Skip to content

Instantly share code, notes, and snippets.

@cskonopka
Created December 11, 2018 20:24
Show Gist options
  • Save cskonopka/03a01732b1371db0a7c096bebaf9a7c7 to your computer and use it in GitHub Desktop.
Save cskonopka/03a01732b1371db0a7c096bebaf9a7c7 to your computer and use it in GitHub Desktop.
Install ngrok, unzip and connect your authtoken
#!/bin/sh
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip
unzip ngrok.zip
./ngrok authtoken [YOUR_TOKEN]
@tik9
Copy link

tik9 commented Nov 4, 2020

Exactly what I needed for the rasp.

@Hengker234
Copy link

oke banh

@Hengker234
Copy link

yyyy

@aaditn
Copy link

aaditn commented Jul 7, 2022

thank you i needed for rpi

@JonanOribe
Copy link

Use: wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm64.zip for 64 systems like Raspberry PI

@UMARU3600
Copy link

unzip /path/to/ngrok.zip

@Fingerlover20
Copy link

When i dl the file. Its not zip. Its tgz.

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