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"