From 607c89cae2cac91ee5baa42d991cf95def9e1172 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Mon, 17 Oct 2016 22:46:28 +0200 Subject: [PATCH] updated ngrok url in test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 8044049..c748a0a 100755 --- a/test.sh +++ b/test.sh @@ -69,7 +69,7 @@ if [[ ! -e "ngrok/ngrok" ]]; then ( mkdir -p ngrok cd ngrok - wget https://dl.ngrok.com/ngrok_2.0.19_linux_amd64.zip -O ngrok.zip + wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -O ngrok.zip unzip ngrok.zip ngrok chmod +x ngrok ) -- 2.39.5