Skip to content

Instantly share code, notes, and snippets.

@cj
Forked from YamiOdymel/Install-ngrok-On-Ubuntu.md
Last active August 31, 2021 21:11
Show Gist options
  • Save cj/41a4455ac714dccb5e81528aaa1d3b75 to your computer and use it in GitHub Desktop.
Save cj/41a4455ac714dccb5e81528aaa1d3b75 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment