diff --git a/install.sh b/install.sh index 6745228..77a2450 100755 --- a/install.sh +++ b/install.sh @@ -52,7 +52,7 @@ else if [ -d "$SRC_DIR" ]; then rm -rf "$SRC_DIR" fi - git clone https://github.com/Cylae/server_script.git "$SRC_DIR" + git clone -b server-setup-script https://github.com/Cylae/server_script.git "$SRC_DIR" fi cd "$SRC_DIR/server_manager"