mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Merge pull request #227 from thejockel/update-install-scipt
update install script
This commit is contained in:
commit
113034aab9
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue