Nyr / openvpn-install

OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
MIT License
19.09k stars 4.9k forks source link

easy-rsa support suggestion #1072

Closed pikesaury closed 11 months ago

pikesaury commented 11 months ago

You can download the latest version this way.

curl -s https://api.github.com/repos/OpenVPN/easy-rsa/releases/latest | grep "browser_download_url" | grep -v "sig" | grep "tgz" | cut -d : -f 2,3 | tr -d \" | wget -Ni -

Please consider if needed.

Nyr commented 11 months ago

I am well aware of this.

But then who will read the change log, test the new version and make changes to the installer if needed?