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