Fix apt ref

This commit is contained in:
Kristian Freeman 2019-10-07 15:40:07 -05:00
parent 83ae7e5d09
commit cd6f5b8f89

View file

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