chore: sync: ClausL-MacBook-Pro.local 2026-05-04 17:52
This commit is contained in:
parent
f72f2ac4e2
commit
ad26c899b9
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ A Go-based REST API and management layer that sits alongside an Authelia LXC on
|
|||
Download and execute the installation script:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://github.com/yourusername/authelia-api/raw/main/install-authelia-api.sh | sudo bash
|
||||
curl -fsSL https://git.lohmar.co.uk/cclohmar/autehlia-api/raw/branch/main/install-authelia-api.sh | sudo bash
|
||||
```
|
||||
|
||||
### Manual Installation
|
||||
|
|
@ -26,7 +26,7 @@ curl -fsSL https://github.com/yourusername/authelia-api/raw/main/install-autheli
|
|||
1. **Download the binary**:
|
||||
```bash
|
||||
# Download the latest authelia-api binary
|
||||
curl -fsSL -o authelia-api https://github.com/yourusername/authelia-api/releases/latest/download/authelia-api
|
||||
curl -fsSL -o authelia-api https://git.lohmar.co.uk/cclohmar/autehlia-api/raw/branch/main/authelia-api
|
||||
chmod +x authelia-api
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue