Skip to content

Instantly share code, notes, and snippets.

@linuxbiekaisar
Created May 17, 2020 10:03
Show Gist options
  • Select an option

  • Save linuxbiekaisar/801d4e010aef1ba39a23a8b09761d37a to your computer and use it in GitHub Desktop.

Select an option

Save linuxbiekaisar/801d4e010aef1ba39a23a8b09761d37a to your computer and use it in GitHub Desktop.
How to install OpenVPN in ubuntu 20.04 LTS
# !/bin/sh
curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
./openvpn-install.sh
openvpn --verison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment