From 68312367d377fb11a579248e1cff80a2b772d509 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Tue, 21 Feb 2017 16:28:01 +0100 Subject: [PATCH] remove y/yes from installer at reboot --- install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 0822c2c..29cf603 100644 --- a/install.sh +++ b/install.sh @@ -47,11 +47,7 @@ for (( i=1; i<=$#; i=$i+2 )); do eval arg2=\$$t case $arg in - -r|--reboot) - case $arg2 in - y|yes) reboot=true ;; - *) reboot=false ;; - esac ;; + -r|--reboot) reboot=true ;; -b|--branch) case $arg2 in