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"