Skip to content

Commit

Permalink
Update tmux install script to use tmux 2.8-rc to compile tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Sep 26, 2018
1 parent c55728e commit 2500ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions install_tmux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2500ecb

Please sign in to comment.