Skip to content

Instantly share code, notes, and snippets.

@darrenpmeyer
Created June 5, 2019 17:01
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 darrenpmeyer/337de90919bc1f00e60e28daca2e5d59 to your computer and use it in GitHub Desktop.
Save darrenpmeyer/337de90919bc1f00e60e28daca2e5d59 to your computer and use it in GitHub Desktop.
Install an OpenVPN Server on Ubuntu (tested with 18.04 Bionic Beaver)
#!/usr/bin/env bash
git clone https://github.com/Nyr/openvpn-install.git
cd openvpn-install/
chmod +x openvpn-install.sh
# interactive! But also logs stdout/stderr to a log file for later review
sudo ./openvpn-install.sh 2>&1 |tee openvpn-install.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment