]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
updated ngrok url in test.sh
authorLukas Schauer <lukas@schauer.so>
Mon, 17 Oct 2016 20:46:28 +0000 (22:46 +0200)
committerLukas Schauer <lukas@schauer.so>
Mon, 17 Oct 2016 20:46:28 +0000 (22:46 +0200)
test.sh

diff --git a/test.sh b/test.sh
index 804404983116e2801037901e1f0c0c17b23a4419..c748a0a68c1643deb1499ffcba11f7b936b8e666 100755 (executable)
--- 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
   )