-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We'd like to add an Options on Versions
bunjs-version (default: system) to allow specifying bun's version.
expected values are
- a specific version of bun, e.g.
1.0.30 latest: will check and upgradesystem: will use the whatever version already installed (if non is installed, norbunbunxwill be available)
and we intend to support arbitrary version by
- check if the already installed
bunjsis of the specified version- if specified version is
latest,bun upgrade --forcewill be executed at runtime - if specific version is specified and another version is installed,
curl -fsSL https://bun.sh/install | (export export BUN_INSTALL=/usr/bin; bash -s -- bun-v${version})
will be used to install the specified version
- if specified version is
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels