mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge pull request #3487 from gradido/fix_bun_installer
fix(other): correct bun install script
This commit is contained in:
commit
4fc421f12b
@ -12,8 +12,9 @@ then
|
||||
sudo apt-get install -y unzip
|
||||
fi
|
||||
echo "'bun' is missing, will be installed now!"
|
||||
curl -fsSL https://bun.sh/install | BUN_INSTALL=/usr/local bash
|
||||
export PATH="/root/.bun/bin:${PATH}"
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
fi
|
||||
# turbo https://turborepo.com/docs/getting-started
|
||||
if ! command -v turbo &> /dev/null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user