fix: update Bun installation command to ensure proper execution

This commit is contained in:
John Doe
2026-03-04 21:49:02 -05:00
parent 21f82e39bb
commit 3ec7fb917e

View File

@@ -23,7 +23,8 @@ setup_go
msg_info "Installing Bun"
curl -fsSL -o /tmp/bun-install.sh https://bun.sh/install
bash /tmp/bun-install.sh --no-chmod
chmod +x /tmp/bun-install.sh
bash /tmp/bun-install.sh
rm -f /tmp/bun-install.sh
msg_ok "Installed Bun (official installer)"
if [[ -x /root/.bun/bin/bun ]]; then