Skip to content

Instantly share code, notes, and snippets.

@leobrines
Created September 28, 2019 17:15
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save leobrines/949f28e743154dac43a9a0d3c5747982 to your computer and use it in GitHub Desktop.
Save leobrines/949f28e743154dac43a9a0d3c5747982 to your computer and use it in GitHub Desktop.
Install ngrok on Linux amd64 (https://ngrok.com/download)
#!/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
chmod 755 ngrok
mv ngrok /usr/bin/
@PMIDYA94
Copy link

#!/bin/bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment