Skip to content

Instantly share code, notes, and snippets.

@latalkdesk
Last active March 15, 2024 17:37
Show Gist options
  • Save latalkdesk/52922d267079ad131a9ecc76470cf94f to your computer and use it in GitHub Desktop.
Save latalkdesk/52922d267079ad131a9ecc76470cf94f to your computer and use it in GitHub Desktop.
script
curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | tee /etc/apt/sources.list.d/ngrok.list && apt update && apt install -y ngrok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment