Update tmux install script to install Tmux version 2.9

This commit is contained in:
DariusIII
2019-04-03 22:21:20 +02:00
parent 89adf173a7
commit 33ac46e7b1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
2019-04-03 DariusIII
* Chg: Update tmux install script to install Tmux version 2.9
* Chg: Update used libraries
* Chg: Update env.example with multiprocessing switches and use them in nntmux config and Forking
* Chg: Remove deleting of releases by group as non-mgr mode does not exist anymore
+1 -1
View File
@@ -23,7 +23,7 @@ cd /tmp/tmux
git fetch --all --tags --prune
git checkout 2.8
git checkout 2.9
sh autogen.sh