You need to sign in or sign up before continuing.
ngrok.sh 341 Bytes
#!/bin/sh

PKGNAME=ngrok
SUPPORTEDARCHES="x86_64 armhf aarch64"
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