vincenthsu / systemd-ngrok

Automatically start ngrok by systemd
The Unlicense
475 stars 170 forks source link

The install script doesn't download the latest stable version of the ngrok agent #16

Closed DominikPalo closed 2 years ago

DominikPalo commented 2 years ago

The install.sh script downloads the ngrok agent from URL https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-$ARCH.zip - I'm not sure who manages that "mirror", but it doesn't point to the latest stable version of the ngrok agent: for example, it downloads v2.3.40 in case of the ARM64 architecture, although there are stable v3 agents available for some time (e.g. https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz)

vincenthsu commented 2 years ago

Updated, thanks.