Skip to content

Instantly share code, notes, and snippets.

@cyrex562
Created November 27, 2016 15:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cyrex562/c8b3c0b1a02a4367a35b0ebec7286c33 to your computer and use it in GitHub Desktop.
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.
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
@mepunit
Copy link

mepunit commented Nov 2, 2018

Works like charm. Thank you. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment