@@ -9,7 +9,7 @@ Cream-and-gold by day, dark-roast by night.
Run this **inside an existing Alpine LXC** (as root). It never runs on, or installs anything from, the Proxmox host:
```sh
-wget -qO- https://gogs.av2x.dev/av2x/WeBrake/raw/main/install.sh | ash
+wget -qO- https://gogs.av2x.dev/av2x/WeBrake/raw/master/install.sh | ash
```
The installer will:
@@ -10,7 +10,7 @@
# ---------------------------------------------------------------------------
set -eu
-REPO_RAW="${WEBRAKE_REPO:-https://gogs.av2x.dev/av2x/WeBrake/raw/main}"
+REPO_RAW="${WEBRAKE_REPO:-https://gogs.av2x.dev/av2x/WeBrake/raw/master}"
APP_DIR="/opt/webrake"
say() { printf '\033[1;33m[WeBrake]\033[0m %s\n' "$*"; }