From: Lukas Schauer Date: Mon, 17 Oct 2016 20:46:28 +0000 (+0200) Subject: updated ngrok url in test.sh X-Git-Tag: v0.4.0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=607c89cae2cac91ee5baa42d991cf95def9e1172;p=thirdparty%2Fdehydrated.git updated ngrok url in test.sh --- 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 )