From 2500ecb065ef257b946e7cb44ccaf21958c6efc1 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 26 Sep 2018 13:21:26 +0200 Subject: [PATCH] Update tmux install script to use tmux 2.8-rc to compile tmux --- Changelog | 1 + install_tmux.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Changelog b/Changelog index 2e427e0ec5..6a628de9e2 100755 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/install_tmux.sh b/install_tmux.sh index 6f2fc49981..e7dbc7dc67 100755 --- a/install_tmux.sh +++ b/install_tmux.sh @@ -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