Skip to content

Commit 404ccee

Browse files
Merge pull request #157 from ImagingDataCommons/chore/update-to-slim-0-45-2-update-scripts
chore: update to slim 0 45 2 update scripts
2 parents 8420e6f + 9ea9549 commit 404ccee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

idc-deploy-shell/install-deps.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,17 @@ apt-get install -y --no-install-suggests --no-install-recommends curl
3232
apt-get install -y --no-install-suggests --no-install-recommends dumb-init
3333
apt-get install -y --no-install-suggests --no-install-recommends gnupg
3434
apt-get install -y --no-install-suggests --no-install-recommends git
35-
#apt-get install -y --no-install-suggests --no-install-recommends nodejs
35+
apt-get install -y --no-install-suggests --no-install-recommends unzip
3636
apt-get install -y --no-install-suggests --no-install-recommends apt-transport-https
3737

3838
apt-get clean
3939

4040
curl -sL https://deb.nodesource.com/setup_20.x | bash -
4141
apt-get install -y nodejs
4242

43-
# Install Bun
43+
# Install Bun system-wide (to /usr/local so it's in PATH)
44+
export BUN_INSTALL=/usr/local
4445
curl -fsSL https://bun.sh/install | bash
45-
export BUN_INSTALL="$HOME/.bun"
46-
export PATH="$BUN_INSTALL/bin:$PATH"
4746

4847
apt-get clean
4948

0 commit comments

Comments
 (0)