From 73fc07372e49e3474dfef8aca45eceb95ab5b94b Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 3 Mar 2026 22:08:15 +0000 Subject: [PATCH] setup.sh aktualisiert --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index b650aea..782c998 100644 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Konfiguration -REPO_URL="https://github.com/DEIN_USER/DEIN_REPO.git" +REPO_URL="https://git.pi-farm.de/pi-farm/PiDoBot.git" INSTALL_DIR="pi-orchestrator" echo ">>> Starte Setup für den Pi-Orchestrator Master..."