Created
September 28, 2019 17:15
-
-
Save leobrines/949f28e743154dac43a9a0d3c5747982 to your computer and use it in GitHub Desktop.
Install ngrok on Linux amd64 (https://ngrok.com/download)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip | |
unzip ngrok-stable-linux-amd64.zip | |
rm ngrok-stable-linux-amd64.zip | |
chmod 755 ngrok | |
mv ngrok /usr/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#!/bin/bash