aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislas <stanislas.lange@pm.me>2021-11-12 17:33:29 +0100
committerStanislas <stanislas.lange@pm.me>2021-11-12 17:33:29 +0100
commit842361bc6ed9686371baa4b5727c7e501ddee487 (patch)
tree685403b8bd5aea9fdf3011acb321b544cd367497
parent616e123e6f122004d52e3fd59ca03c32e5482972 (diff)
Update supported versions
-rw-r--r--README.md1
-rw-r--r--wireguard-install.sh2
2 files changed, 2 insertions, 1 deletions
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'