setup.sh aktualisiert

This commit is contained in:
2026-03-06 14:33:14 +00:00
parent 127c3365d0
commit 3d10127cd7

View File

@@ -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