From 8dd80df2a554b7f81c217c5b03951b530704ff81 Mon Sep 17 00:00:00 2001 From: galamdring Date: Fri, 24 Jan 2020 14:47:39 -0600 Subject: [PATCH] Update install.sh Increased acceptable version of tmux --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cbc6ebb..05f62e6 100755 --- a/install.sh +++ b/install.sh @@ -340,7 +340,7 @@ check_tmux_version(){ return 1 fi - if [ "$("$PYTHON" -c "print 1.7<=$tmux_version and $tmux_version <= 2.2")" == "True" ]; then + if [ "$("$PYTHON" -c "print 1.7<=$tmux_version and $tmux_version <= 3.0")" == "True" ]; then return 0 else return 1