From 842361bc6ed9686371baa4b5727c7e501ddee487 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Fri, 12 Nov 2021 17:33:29 +0100 Subject: [PATCH] Update supported versions --- README.md | 1 + wireguard-install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13f310d..edd68e0 100644 --- a/README.md +++ b/README.md @@ -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'