Update installation script: fix systemd infinite loop pass #2
This commit is contained in:
@@ -18,7 +18,7 @@ SERVICE_NAME="${SERVICE_NAME:-wgui}"
|
|||||||
REPO_URL="${REPO_URL:-https://git.tben.me/Moduletrace/wireguard-ui.git}"
|
REPO_URL="${REPO_URL:-https://git.tben.me/Moduletrace/wireguard-ui.git}"
|
||||||
BRANCH="${BRANCH:-main}"
|
BRANCH="${BRANCH:-main}"
|
||||||
BUN_INSTALL_DIR="${BUN_INSTALL_DIR:-/opt/bun}"
|
BUN_INSTALL_DIR="${BUN_INSTALL_DIR:-/opt/bun}"
|
||||||
BUN_VERSION="${BUN_VERSION:-1.3.14}"
|
BUN_VERSION="${BUN_VERSION:-1.4.1}"
|
||||||
BUN_BIN="/usr/local/bin/bun"
|
BUN_BIN="/usr/local/bin/bun"
|
||||||
UPDATE=false
|
UPDATE=false
|
||||||
DEV_MODE=false
|
DEV_MODE=false
|
||||||
|
|||||||
Reference in New Issue
Block a user