From 743f3d079ce790cb50d0d28fea2ec32e90a44919 Mon Sep 17 00:00:00 2001 From: Lars Gremme Date: Mon, 4 May 2020 17:28:58 +0200 Subject: [PATCH] remove beta --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index f13867e..0335aee 100755 --- a/install.sh +++ b/install.sh @@ -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