Update cloud-init.sh
This commit is contained in:
parent
c9b3ffae81
commit
0c305125ec
@ -49,6 +49,10 @@ fi
|
|||||||
|
|
||||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||||
|
|
||||||
|
export NVM_DIR="$HOME/.nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh"
|
||||||
|
nvm install node
|
||||||
|
|
||||||
mkdir -p ~/.local/bashrc.d
|
mkdir -p ~/.local/bashrc.d
|
||||||
mkdir -p ~/.local/profile.d
|
mkdir -p ~/.local/profile.d
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user