install bun reqzuirements
ci/woodpecker/pr/ci Pipeline was successful Details

This commit is contained in:
OCram85 2023-12-14 10:07:14 +01:00
parent f91223ac3e
commit a6d27df807
1 changed files with 5 additions and 0 deletions

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"