Skip to content

Commit 19841b0

Browse files
authored
Merge 09921e2 into aea3a88
2 parents aea3a88 + 09921e2 commit 19841b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/github/debugAction.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ fi
3333
echo "### Install ngrok ###"
3434
if ! test -e ./ngrok
3535
then
36-
wget -q https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip
37-
unzip ngrok-stable-linux-386.zip
36+
wget -q https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz
37+
tar xvf ngrok-v3-stable-linux-386.tgz
3838
chmod +x ./ngrok
3939
fi
4040

0 commit comments

Comments
 (0)