Explorar o código

Update branch naming scheme

ArtyomV2X hai 4 semanas
pai
achega
22c64b5328
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      README.md
  2. 1 1
      update.sh

+ 1 - 1
README.md

@@ -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:

+ 1 - 1
update.sh

@@ -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' "$*"; }