Install curl

This commit is contained in:
Kristian Freeman 2019-10-07 15:38:18 -05:00
parent 22a46895ad
commit 83ae7e5d09

View file

@ -1,6 +1,8 @@
#!/bin/sh -l
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
apt install update
apt install curl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh
nvm install latest
npm i
npm i @cloudflare/wrangler -g