Skip to content

Instantly share code, notes, and snippets.

@nghinv
Forked from tienthanh2509/install-openvpn-24.sh
Created February 28, 2020 11:02
Show Gist options
  • Save nghinv/236ec645967a50d09c0ccfabea27e990 to your computer and use it in GitHub Desktop.
Save nghinv/236ec645967a50d09c0ccfabea27e990 to your computer and use it in GitHub Desktop.
Install OpenVPN 2.4.x on Ubuntu 16.04 Xenial
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