This commit is contained in:
Kristian Freeman 2019-10-07 15:41:31 -05:00
parent cd6f5b8f89
commit 3dc1bddb46

View file

@ -1,7 +1,7 @@
#!/bin/sh -l
apt-get update
apt-get install curl
apt-get update -y
apt-get install curl -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh
nvm install latest
npm i