From 73e227ee4677be3d73228ae34fad294e11703d06 Mon Sep 17 00:00:00 2001 From: madgerm Date: Tue, 11 Nov 2025 12:13:45 +0100 Subject: [PATCH] nichts --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b52e679..14317e5 100644 --- a/install.sh +++ b/install.sh @@ -14,8 +14,8 @@ else SUDO="" fi -BASE_URL="https://install-daten.ploeger-online.de" -API_URL="$BASE_URL/info.php" +BASE_URL="http://192.168.19.10:3020/madgerm/installerscript-sh.git" +API_URL="$BASE_URL/info.php" # Annahme: info.php ist weiterhin unter BASE_URL/info.php erreichbar LOG_FILE="/tmp/homelab-installer.log" TMP_DIR="/tmp/homelab-installer" mkdir -p "$TMP_DIR"