setup.sh aktualisiert

This commit is contained in:
2026-03-07 23:51:54 +00:00
parent 4fe8d6106a
commit 36eabb27d0

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 --branch dev --single-branch "$REPO_URL" "$INSTALL_DIR"
git clone --branch main --single-branch "$REPO_URL" "$INSTALL_DIR"
else
echo "--- Verzeichnis $INSTALL_DIR existiert bereits. Überspringe Klonen..."
fi