mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Install curl
This commit is contained in:
parent
22a46895ad
commit
83ae7e5d09
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue