We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea3a88 commit 5529cc4Copy full SHA for 5529cc4
tools/github/debugAction.sh
@@ -33,8 +33,8 @@ fi
33
echo "### Install ngrok ###"
34
if ! test -e ./ngrok
35
then
36
- wget -q https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip
37
- unzip ngrok-stable-linux-386.zip
+ wget -q https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz
+ tar xvf ngrok-v3-stable-linux-386.tgz
38
chmod +x ./ngrok
39
fi
40
0 commit comments