install.sh: add --no-verify-hostname for self-signed cert

This commit is contained in:
cynfo3000 2026-03-03 23:21:57 +01:00
parent c45ec52a6b
commit c387e56816

View File

@ -26,7 +26,7 @@ echo "========================================"
# Binaries herunterladen wenn nicht lokal vorhanden
if [ ! -f "${BINARY}" ]; then
echo "[*] Binaries nicht lokal gefunden — lade vom Backend..."
/usr/bin/fetch --no-verify-peer -o "${BASEDIR}/rmm-bundle.zip" \
/usr/bin/fetch --no-verify-peer --no-verify-hostname -o "${BASEDIR}/rmm-bundle.zip" \
"${BACKEND_URL}/api/v1/firmware/download?platform=freebsd&api_key=${API_KEY}"
if [ ! -f "${BASEDIR}/rmm-bundle.zip" ]; then
echo "FEHLER: Download fehlgeschlagen."