Skip to content

Instantly share code, notes, and snippets.

@cyantarek
Last active April 26, 2024 09:48
Show Gist options
  • Select an option

  • Save cyantarek/076d88e7b55ccea104c8922fd7cc1aef to your computer and use it in GitHub Desktop.

Select an option

Save cyantarek/076d88e7b55ccea104c8922fd7cc1aef to your computer and use it in GitHub Desktop.

Revisions

  1. cyantarek revised this gist Apr 26, 2024. 1 changed file with 1 addition and 6 deletions.
    7 changes: 1 addition & 6 deletions Install Ngrok
    Original file line number Diff line number Diff line change
    @@ -1,6 +1 @@
    curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc \
    | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null \
    && echo "deb https://ngrok-agent.s3.amazonaws.com buster main" \
    | sudo tee /etc/apt/sources.list.d/ngrok.list \
    && sudo apt update \
    && sudo apt install ngrok
    ngrok config add-authtoken 1RECtskEFZlx0tcQ8awS0MU07FB_4WJzqW5jXdmnvckwssKwA
  2. cyantarek created this gist Apr 26, 2024.
    6 changes: 6 additions & 0 deletions Install Ngrok
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc \
    | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null \
    && echo "deb https://ngrok-agent.s3.amazonaws.com buster main" \
    | sudo tee /etc/apt/sources.list.d/ngrok.list \
    && sudo apt update \
    && sudo apt install ngrok