Skip to content

Instantly share code, notes, and snippets.

@jstnbr
Forked from ZachBray/install_ngrok.sh
Created March 12, 2020 01:14
Show Gist options
  • Save jstnbr/f550231d335d31da74b4e911213d6126 to your computer and use it in GitHub Desktop.
Save jstnbr/f550231d335d31da74b4e911213d6126 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