Update tmux install script to use tmux 2.8-rc to compile tmux

This commit is contained in:
DariusIII
2018-09-26 13:21:26 +02:00
parent c55728ee88
commit 2500ecb065
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
2018-09-26 DariusIII
* Chg: Update tmux install script to use tmux 2.8-rc to compile tmux
* Fix: Fix blacklist-list.tpl error
* Chg: Fix checking for argv in reset_postprocessing.php
* Chg: Update egulias/email-validator to version 2.1.6 and laravel/framework to 5.7.6
+4
View File
@@ -21,6 +21,10 @@ git clone https://github.com/tmux/tmux.git /tmp/tmux
cd /tmp/tmux
git fetch --all --tags --prune
git checkout 2.8-rc
sh autogen.sh
./configure && make