diff options
author | Stanislas <stanislas.lange@pm.me> | 2021-11-12 17:33:29 +0100 |
---|---|---|
committer | Stanislas <stanislas.lange@pm.me> | 2021-11-12 17:33:29 +0100 |
commit | 842361bc6ed9686371baa4b5727c7e501ddee487 (patch) | |
tree | 685403b8bd5aea9fdf3011acb321b544cd367497 | |
parent | 616e123e6f122004d52e3fd59ca03c32e5482972 (diff) |
Update supported versions
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | wireguard-install.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -21,6 +21,7 @@ Supported distributions: - Fedora - CentOS - Arch Linux +- Oracle Linux ## Usage diff --git a/wireguard-install.sh b/wireguard-install.sh index 1109db3..9126172 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Secure WireGuard server installer for Debian, Ubuntu, CentOS, Fedora and Arch Linux +# Secure WireGuard server installer # https://github.com/angristan/wireguard-install RED='\033[0;31m' |