diff --git a/openvpn-install-more-secure.sh b/openvpn-install-more-secure.sh index 47f035e..0a1c1a5 100755 --- a/openvpn-install-more-secure.sh +++ b/openvpn-install-more-secure.sh @@ -1,7 +1,8 @@ #!/bin/bash # Secure OpenVPN server installer for Debian, Ubuntu, CentOS, Fedora and Arch Linux -# https://github.com/angristan/openvpn-install +# https://github.com/dex4k/openvpn-hardened-install +# Forked from https://github.com/angristan/openvpn-install function isRoot () { if [ "$EUID" -ne 0 ]; then