Skip to content

Instantly share code, notes, and snippets.

View rexlManu's full-sized avatar
🏠
Working from home

Emmanuel Lampe rexlManu

🏠
Working from home
View GitHub Profile
@rexlManu
rexlManu / openvpn.sh
Created April 16, 2019 03:50
install openvpn
#!/bin/bash
# Secure OpenVPN server installer for Debian, Ubuntu, CentOS and Arch Linux
# https://github.com/Angristan/OpenVPN-install
if [[ "$EUID" -ne 0 ]]; then
echo "Sorry, you need to run this as root"
exit 1
fi