update install, -r is not required any more. Default is no.

This commit is contained in:
Jockel 2017-02-21 13:08:52 +01:00
parent bb680de539
commit bb0871b9ad

View file

@ -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)