mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-24 01:08:29 +02:00
updated ngrok url in test.sh
This commit is contained in:
2
test.sh
2
test.sh
@@ -69,7 +69,7 @@ if [[ ! -e "ngrok/ngrok" ]]; then
|
|||||||
(
|
(
|
||||||
mkdir -p ngrok
|
mkdir -p ngrok
|
||||||
cd 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
|
unzip ngrok.zip ngrok
|
||||||
chmod +x ngrok
|
chmod +x ngrok
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user