-
-
Save itestings/58745851bc40c3a03752ca1e64537b98 to your computer and use it in GitHub Desktop.
Install OpenVPN 2.4.x on Ubuntu 16.04 Xenial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add - | |
echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list | |
apt update | |
apt install -y openvpn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment