From a7fa3bc15a8e3a0d0cde0c81f33b66ef0ce044f2 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Mon, 4 May 2026 17:58:53 +0100 Subject: [PATCH] chore: sync: ClausL-MacBook-Pro.local 2026-05-04 17:58 --- install-authelia-api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-authelia-api.sh b/install-authelia-api.sh index 563f116..dc713d6 100644 --- a/install-authelia-api.sh +++ b/install-authelia-api.sh @@ -296,7 +296,7 @@ download_binary() { if [ "$DEVELOPMENT_MODE" = false ]; then # Construct download URL with architecture - local download_url="${DOWNLOAD_URL}_linux_${ARCH}" + local download_url="${DOWNLOAD_URL}" print_info "Downloading from: $download_url" if command -v curl &> /dev/null; then