You need to sign in or sign up before continuing.
ngrok.sh 341 Bytes
Newer Older
1 2 3
#!/bin/sh

PKGNAME=ngrok
4
SUPPORTEDARCHES="x86_64 armhf aarch64"
5 6 7 8 9 10 11 12 13
VERSION="$2"
DESCRIPTION="ngrok is the programmable network edge that adds connectivity, security, and observability to your apps with no code changes."
URL="https://ngrok.com/"

. $(dirname $0)/common.sh

PKGURL="$(snap_get_pkgurl https://snapcraft.io/ngrok)"

install_pkgurl