Skip to content

Instantly share code, notes, and snippets.

@mepunit
Forked from cyrex562/OpenVPNInstallUbuntu1604
Created November 2, 2018 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mepunit/5253e352a4b4f3991ae84c5fa3e608d9 to your computer and use it in GitHub Desktop.
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.
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