Skip to content

Instantly share code, notes, and snippets.

@Keith-Hon
Created December 31, 2021 09:25
Show Gist options
  • Save Keith-Hon/e2c3a1f41ed6afd73f0c85b668e58e1a to your computer and use it in GitHub Desktop.
Save Keith-Hon/e2c3a1f41ed6afd73f0c85b668e58e1a to your computer and use it in GitHub Desktop.
install ngrok in ubuntu
apt install wget
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.tgz
tar xvzf ngrok-stable-linux-amd64.tgz -C /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment