mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-13 03:50:06 +01:00
update install, -r is not required any more. Default is no.
This commit is contained in:
parent
bb680de539
commit
bb0871b9ad
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue