Skip to content

Instantly share code, notes, and snippets.

@ZachBray
Created August 12, 2018 09:47
Show Gist options
  • Save ZachBray/e255c4b932d0230c07c45c4f458be34a to your computer and use it in GitHub Desktop.
Save ZachBray/e255c4b932d0230c07c45c4f458be34a to your computer and use it in GitHub Desktop.
ngrok install
#!/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
sudo mv ngrok /usr/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment