Skip to content

Instantly share code, notes, and snippets.

@YamiOdymel
Created January 23, 2019 07:52
Show Gist options
  • Star 37 You must be signed in to star a gist
  • Fork 11 You must be signed in to fork a gist
  • Save YamiOdymel/d0337a6be3b2f1297c9eeab6c196fcb7 to your computer and use it in GitHub Desktop.
Save YamiOdymel/d0337a6be3b2f1297c9eeab6c196fcb7 to your computer and use it in GitHub Desktop.
$ sudo apt-get update
$ sudo apt-get install unzip wget
$ wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
$ unzip ngrok-stable-linux-amd64.zip
$ sudo mv ./ngrok /usr/bin/ngrok
$ ngrok
@YamiOdymel
Copy link
Author

Oh didn't know v3 was released. Also found another command lines, untested.

$ wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz
$ tar -xvzf ngrok-v3-stable-linux-amd64.tgz
$ sudo mv ./ngrok /usr/bin/ngrok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment