install bun reqzuirements
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
OCram85 2023-12-14 10:07:14 +01:00
parent f91223ac3e
commit a6d27df807

View File

@ -140,6 +140,11 @@ function instGoLang() {
}
function instBun() {
say "Installing Bun requirements..." "Bun"
sudo -E apt-get update > /dev/null
sudo -E apt-get install --no-install-recommends -y \
unzip
sudo -E apt-get clean
say "Installing Bun binaries..." "Bun"
curl -#fSL https://bun.sh/install | bash
say "Adding bun binary to profile..." "Bun"