Skip to content

Instantly share code, notes, and snippets.

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 AysadKozanoglu/3b08f6a4f4d956c9e7e7205a9871357c to your computer and use it in GitHub Desktop.
Save AysadKozanoglu/3b08f6a4f4d956c9e7e7205a9871357c to your computer and use it in GitHub Desktop.
install openvpn 2.4 ubuntu 16.04 and debian jessie
curl -s https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add
# ubuntu 16.04
echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list
#debian jessie
echo "deb http://build.openvpn.net/debian/openvpn/stable jessie 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