From 48a920c0db236b96d8c55b89c92a8314e2c7802c Mon Sep 17 00:00:00 2001 From: Sinisa Madzar Date: Sun, 31 May 2026 22:44:48 +0200 Subject: [PATCH] Remove Internal-repo wget note from README - rubix-deploy is public; plain wget is enough for install-rubix.sh --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 7de13be..4698d8b 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,6 @@ chmod +x install-rubix.sh sudo ./install-rubix.sh ``` -If the repo is **Internal** (not Public), use a token to fetch the script: - -```bash -wget --header="Authorization: token " -O install-rubix.sh \ - https://gitea.dialer.work/swissdatabase/rubix-deploy/raw/branch/main/install-rubix.sh -``` - The script: `apt update` + `apt upgrade`, installs tools, asks for token, creates `/home/www/callcenter`, downloads **rubix**. **Step 2+** (`.env`, Docker, `up.sh`): [swissdatabase/rubix](https://gitea.dialer.work/swissdatabase/rubix) README.