Merge pull request #227 from thejockel/update-install-scipt

update install script
This commit is contained in:
Bastian Schroll 2017-02-21 13:20:14 +01:00 committed by GitHub
commit 113034aab9

View file

@ -50,8 +50,7 @@ for (( i=1; i<=$#; i=$i+2 )); do
-r|--reboot)
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)