mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-09 09:48:11 +00:00
fix: separate Bun installation command for better error handling
This commit is contained in:
@@ -22,7 +22,8 @@ NODE_VERSION="24" setup_nodejs
|
||||
setup_go
|
||||
|
||||
msg_info "Installing Bun"
|
||||
curl -fsSL -o /tmp/bun-install.sh https://bun.sh/install && bash /tmp/bun-install.sh --no-chmod >/dev/null 2>&1
|
||||
curl -fsSL -o /tmp/bun-install.sh https://bun.sh/install
|
||||
bash /tmp/bun-install.sh --no-chmod
|
||||
rm -f /tmp/bun-install.sh
|
||||
msg_ok "Installed Bun (official installer)"
|
||||
if [[ -x /root/.bun/bin/bun ]]; then
|
||||
|
||||
Reference in New Issue
Block a user