Compare commits

...

3 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# J.A.R.V.I.S. - AI # J.A.R.V.I.S. - AI
Setup: Setup:
curl -sSL https://git.pi-farm.de/pi-farm/PiDoBot/raw/branch/dev/setup.sh | bash curl -sSL https://git.pi-farm.de/pi-farm/PiDoBot/raw/branch/main/setup.sh | bash

View File

@@ -25,7 +25,7 @@ sudo apt-get install -y wget sshpass python3-pip python3-venv
# 3. Repository klonen # 3. Repository klonen
if [ ! -d "$INSTALL_DIR" ]; then if [ ! -d "$INSTALL_DIR" ]; then
echo "--- Klone Repository von $REPO_URL..." 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 else
echo "--- Verzeichnis $INSTALL_DIR existiert bereits. Überspringe Klonen..." echo "--- Verzeichnis $INSTALL_DIR existiert bereits. Überspringe Klonen..."
fi fi