aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'