Skip to content

Commit

Permalink
deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
raine-works committed Jun 21, 2024
1 parent c4a71af commit b3ffe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export BUN_INSTALL=/usr/local
if [ "${VERSION}" == "latest" ]; then
curl -fsSL https://bun.sh/install | bash
else
curl -fsSL https://bun.sh/install | bash "bun-v${VERSION}"
curl -fsSL https://bun.sh/install | bash -s "bun-v${VERSION}"
fi

0 comments on commit b3ffe40

Please sign in to comment.