Update install_tmux.sh to install tmux 3.0a

This commit is contained in:
DariusIII
2019-12-15 18:42:37 +01:00
parent 1a56d68ffb
commit 195d63a894
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -14,6 +14,8 @@ sudo apt install -y libevent-dev
sudo apt install -y libncurses5-dev
sudo apt install -y fonts-powerline
sudo apt install -y powerline
sudo apt install -y bison
sudo apt install -y byacc
rm -fr /tmp/tmux
@@ -23,7 +25,7 @@ cd /tmp/tmux
git fetch --all --tags --prune
git checkout 2.9a
git checkout 3.0a
sh autogen.sh