diff --git a/src/scripts/install-wg-ui.sh b/src/scripts/install-wg-ui.sh index 9f4052a..0afdabe 100755 --- a/src/scripts/install-wg-ui.sh +++ b/src/scripts/install-wg-ui.sh @@ -18,7 +18,7 @@ SERVICE_NAME="${SERVICE_NAME:-wgui}" REPO_URL="${REPO_URL:-https://git.tben.me/Moduletrace/wireguard-ui.git}" BRANCH="${BRANCH:-main}" 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" UPDATE=false DEV_MODE=false