install.sh: add --no-verify-hostname for self-signed cert
This commit is contained in:
parent
c45ec52a6b
commit
c387e56816
@ -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."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user