From 1c26996f208ebbb28e8aa2d27fbd3ab562767426 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Sat, 7 Mar 2026 20:07:04 +0000 Subject: [PATCH] =?UTF-8?q?Name=20und=20INSTALL=5FDIR=20ge=C3=A4ndert=20au?= =?UTF-8?q?f=20J.A.R.V.I.S=20-=20AI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index 990bbd7..5f5754e 100644 --- a/setup.sh +++ b/setup.sh @@ -2,9 +2,9 @@ # Konfiguration REPO_URL="https://git.pi-farm.de/pi-farm/PiDoBot.git" -INSTALL_DIR="pi-orchestrator" +INSTALL_DIR="jarvis-ai" -echo ">>> Starte Setup für den Pi-Orchestrator Master..." +echo ">>> Starte Setup für J.A.R.V.I.S. - AI ..." # 1. Prüfen, ob Git installiert ist, ansonsten installieren if ! command -v git &> /dev/null; then @@ -72,10 +72,10 @@ if [ ! -f "./static" ]; then wget https://cdn.jsdelivr.net/npm/marked/marked.min.js cd .. else - echo "--- Static-Dateien existiert bereits." + echo "--- Static-Dateien existieren bereits." fi echo ">>> Installation abgeschlossen!" -echo "--- Starte den Master-Server auf Port 8000..." +echo "--- Starte J.A.R.V.I.S - AI auf Port 8000..." # 6. Programm starten python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 \ No newline at end of file