Created
November 27, 2016 15:58
-
-
Save cyrex562/c8b3c0b1a02a4367a35b0ebec7286c33 to your computer and use it in GitHub Desktop.
Install OpenVPN stable latest on Ubuntu 16.04 using the OpenVPN.net official APT repository.
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
wget -O - 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 -y update && apt -y install openvpn easy-rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works like charm. Thank you. 👍