diff --git a/install.sh b/install.sh index 5f42d75..bdca46b 100644 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ for (( i=1; i<=$#; i=$i+2 )); do case $arg2 in y|yes) reboot=true ;; n|no) reboot=false ;; - *) echo "Please use y/yes or n/no for reboot" ; exit 1 ;; + *) reboot=false ;; esac ;; -b|--branch)