From 5529cc49d31f135dfdac4f2a2072ca46bfd754de Mon Sep 17 00:00:00 2001 From: Dominic Kim Date: Sat, 24 Feb 2024 16:57:10 +0900 Subject: [PATCH] Update the ngrok v3 (#5465) --- tools/github/debugAction.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/github/debugAction.sh b/tools/github/debugAction.sh index 6ebe6e243d6..5b44b80888f 100755 --- a/tools/github/debugAction.sh +++ b/tools/github/debugAction.sh @@ -33,8 +33,8 @@ fi echo "### Install ngrok ###" if ! test -e ./ngrok then - wget -q https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip - 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 chmod +x ./ngrok fi