From bab208beddd0763a58ac37790bbd9f6c1841c751 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Mon, 4 May 2026 17:56:57 +0100 Subject: [PATCH] chore: sync: ClausL-MacBook-Pro.local 2026-05-04 17:56 --- 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 4768fd3..563f116 100644 --- a/install-authelia-api.sh +++ b/install-authelia-api.sh @@ -31,7 +31,7 @@ NC='\033[0m' # No Color # Configuration # Update REPO_URL to your actual GitHub repository before distribution REPO_URL="https://git.lohmar.co.uk/cclohmar/autehlia-api" -DOWNLOAD_URL="${AUTHELIA_API_DOWNLOAD_URL:-${REPO_URL}/releases/latest/download/authelia-api}" +DOWNLOAD_URL="${AUTHELIA_API_DOWNLOAD_URL:-${REPO_URL}/src/branch/main/authelia-api}" INSTALL_DIR="${AUTHELIA_API_INSTALL_DIR:-/opt/authelia/api}" SERVICE_NAME="authelia-api" SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}.service"