From ac0a741c66acc3d0a6c55bf6110b6e41a1b5e67c Mon Sep 17 00:00:00 2001 From: cclohmar Date: Mon, 4 May 2026 19:00:55 +0100 Subject: [PATCH] chore: sync: ClausL-MacBook-Pro.local 2026-05-04 19:00 --- install-authelia-api.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-authelia-api.sh b/install-authelia-api.sh index dc713d6..71164ed 100644 --- a/install-authelia-api.sh +++ b/install-authelia-api.sh @@ -31,7 +31,8 @@ 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}/src/branch/main/authelia-api}" +DOWNLOAD_URL="${AUTHELIA_API_DOWNLOAD_URL:-${REPO_URL}/raw/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"