Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Install curl
  • Loading branch information
Kristian Freeman committed Oct 7, 2019
1 parent 22a4689 commit 83ae7e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
@@ -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
Expand Down

0 comments on commit 83ae7e5

Please sign in to comment.