You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rwxrob-dot/install/ubuntu/install-ngrok

7 lines
181 B
Bash

#!/bin/bash
set -x
curl -SsLO "https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz"
mkdir -p ~/.local/bin
tar zxvf ngrok-v3-stable-linux-amd64.tgz -C ~/.local/bin