Skip to content

Instantly share code, notes, and snippets.

@leobrines
Created September 28, 2019 17:15
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