-
-
Save mepunit/5253e352a4b4f3991ae84c5fa3e608d9 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 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