mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
remove beta
This commit is contained in:
parent
8ea90d5e53
commit
743f3d079c
|
|
@ -121,8 +121,6 @@ cd $boswatchpath/
|
||||||
case $branch in
|
case $branch in
|
||||||
"dev") git clone -b develop https://github.com/Schrolli91/BOSWatch . >> $boswatch_install_path/setup_log.txt 2>&1 && \
|
"dev") git clone -b develop https://github.com/Schrolli91/BOSWatch . >> $boswatch_install_path/setup_log.txt 2>&1 && \
|
||||||
exitcodefunction $? git-clone BOSWatch-develop ;;
|
exitcodefunction $? git-clone BOSWatch-develop ;;
|
||||||
"beta") git clone -b beta https://github.com/Schrolli91/BOSWatch . >> $boswatch_install_path/setup_log.txt 2>&1 && \
|
|
||||||
exitcodefunction $? git-clone BOSWatch-beta ;;
|
|
||||||
*) git clone -b master https://github.com/Schrolli91/BOSWatch . >> $boswatch_install_path/setup_log.txt 2>&1 && \
|
*) git clone -b master https://github.com/Schrolli91/BOSWatch . >> $boswatch_install_path/setup_log.txt 2>&1 && \
|
||||||
exitcodefunction $? git-clone BOSWatch ;;
|
exitcodefunction $? git-clone BOSWatch ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue