Fix install URL: use correct raw/branch/main path for Forgejo
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
parent
bb77f302e7
commit
b81d7c1c12
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Self-hosted Domain-Redirect-Server mit Web-Admin-UI und Per-Domain-Analytics. Vi
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
curl -sSL https://forgejo.mgmt.corexmanagement.de/admin_hg/cx-nexredirect/main/scripts/install.sh | sudo bash
|
||||
curl -sSL https://forgejo.mgmt.corexmanagement.de/admin_hg/cx-nexredirect/raw/branch/main/scripts/install.sh | sudo bash
|
||||
```
|
||||
|
||||
Anschließend Setup unter `http://<server-ip>/setup` aufrufen.
|
||||
|
|
|
|||
Loading…
Reference in a new issue