This PR adds helper scripts to download future turncat and stunnerctl binaries from github release assets. The scripts work on Linux and MacOS systems. Windows users we are sorry, however PRs welcome.
Currently we have no stable release with binaries available. The below sed oneliners edit the scripts to download test binaries from my fork:
sed -i "s|REPO=https://github.com/l7mp/stunner|REPO=https://github.com/levaitamas/stunner|" cmd/downloadStunnerCtl.sh
sed -i "s!REPO=https://github.com/l7mp/stunner!REPO=https://github.com/levaitamas/stunner!" cmd/downloadTurncat.sh
Acknowledment: scripts are baseod on downloadIstioctl. Thanks Istio devs!
This PR adds helper scripts to download future
turncat
andstunnerctl
binaries from github release assets. The scripts work on Linux and MacOS systems. Windows users we are sorry, however PRs welcome.Currently we have no stable release with binaries available. The below sed oneliners edit the scripts to download test binaries from my fork:
Acknowledment: scripts are baseod on downloadIstioctl. Thanks Istio devs!