setup.sh aktualisiert
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -25,7 +25,7 @@ sudo apt-get install -y wget sshpass python3-pip python3-venv
|
||||
# 3. Repository klonen
|
||||
if [ ! -d "$INSTALL_DIR" ]; then
|
||||
echo "--- Klone Repository von $REPO_URL..."
|
||||
git clone "$REPO_URL" "$INSTALL_DIR"
|
||||
git clone --branch dev --single-branch "$REPO_URL" "$INSTALL_DIR"
|
||||
else
|
||||
echo "--- Verzeichnis $INSTALL_DIR existiert bereits. Überspringe Klonen..."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user