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