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