edit installer

This commit is contained in:
Bastian Schroll 2017-10-21 22:20:46 +02:00
parent 2626a0418f
commit c49c76dd6b

View file

@ -78,7 +78,6 @@ for (( i=1; i<=$#; i=$i+2 )); do
-b|--branch) -b|--branch)
case $arg2 in case $arg2 in
dev|develop) echo " !!! WARNING: you are using the DEV BRANCH !!! "; branch=dev ;; dev|develop) echo " !!! WARNING: you are using the DEV BRANCH !!! "; branch=dev ;;
beta) echo " !!! WARNING: you are using the BETA BRANCH !!! "; branch=beta ;;
*) branch=master ;; *) branch=master ;;
esac ;; esac ;;