Created
February 7, 2021 09:11
-
-
Save rrcfesc/017b9bd1be5c75025e96697059e9e542 to your computer and use it in GitHub Desktop.
NGROK
This file contains hidden or 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
$ 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