Using GitHub\'s Release feature, it is possible to provide a link to download a specific version of the published software. However, every time a release is made, the gh-pag
In case you want to use in alpine, then follow these steps
apk add curl ca-certificates wget
wget -q $(curl -s https://api.github.com/repos///releases/latest | grep browser_download_url | grep "$ARCH" | cut -d '"' -f 4)
-q in wget is quite mode, if you want to see output then use without q