1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-05 13:00:48 +00:00

Add initial script description

This commit is contained in:
randomshell 2020-07-02 10:58:29 +00:00
parent 45f533cbdd
commit 26e989cd2c

View File

@ -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"