Update cloud-init.sh

This commit is contained in:
Jeffrey Paul 2018-03-06 17:31:26 -05:00 committed by GitHub
parent c226539e9d
commit c254112cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | b
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh"
nvm install node
npm install -g yarn
mkdir -p ~/.local/bashrc.d
mkdir -p ~/.local/profile.d