This commit is contained in:
2025-11-11 12:13:45 +01:00
parent 7c24dab288
commit 73e227ee46

View File

@@ -14,8 +14,8 @@ else
SUDO="" SUDO=""
fi fi
BASE_URL="https://install-daten.ploeger-online.de" BASE_URL="http://192.168.19.10:3020/madgerm/installerscript-sh.git"
API_URL="$BASE_URL/info.php" API_URL="$BASE_URL/info.php" # Annahme: info.php ist weiterhin unter BASE_URL/info.php erreichbar
LOG_FILE="/tmp/homelab-installer.log" LOG_FILE="/tmp/homelab-installer.log"
TMP_DIR="/tmp/homelab-installer" TMP_DIR="/tmp/homelab-installer"
mkdir -p "$TMP_DIR" mkdir -p "$TMP_DIR"