|
|
@@ -2,7 +2,7 @@
|
|
|
# ---------------------------------------------------------------------------
|
|
|
# WeBrake installer — run INSIDE an existing Alpine Linux LXC container.
|
|
|
#
|
|
|
-# 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
|
|
|
#
|
|
|
# This script never touches the Proxmox host. It:
|
|
|
# 1. Installs Python, HandBrakeCLI and VA-API drivers via apk
|
|
|
@@ -12,7 +12,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"
|
|
|
DATA_DIR="/var/lib/webrake"
|
|
|
PORT="${WEBRAKE_PORT:-8090}"
|