From 26e989cd2c98fc3ae01a95699a81ac9b765f8c4f Mon Sep 17 00:00:00 2001 From: randomshell Date: Thu, 2 Jul 2020 10:58:29 +0000 Subject: [PATCH] Add initial script description --- wireguard-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wireguard-install.sh b/wireguard-install.sh index 53f59fe..a6248c7 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Secure WireGuard server installer for Debian, Ubuntu, CentOS, Fedora and Arch Linux +# https://github.com/angristan/wireguard-install + function isRoot() { if [ "$EUID" -ne 0 ]; then echo "You need to run this script as root"