Skip to content

Commit 52ef598

Browse files
authored
Create onyxia-init.sh
1 parent 7c57180 commit 52ef598

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

onyxia-init.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
2+
3+
export NVM_DIR="$HOME/.nvm"
4+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
5+
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
6+
7+
nvm install 20
8+
9+
npm install -g yarn

0 commit comments

Comments
 (0)