diff --git a/README.md b/README.md index 6d8e718..6b4e66d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Lint](https://github.com/angristan/openvpn-install/workflows/Lint/badge.svg) ![visitors](https://visitor-badge.glitch.me/badge?page_id=angristan.openvpn-install) -OpenVPN installer for Debian, Ubuntu, Fedora, CentOS, Oracle Linux 8 and Arch Linux. +OpenVPN installer for Debian, Ubuntu, Fedora, CentOS, Oracle Linux and Arch Linux. This script will let you setup your own secure VPN server in just a few seconds. diff --git a/openvpn-install.sh b/openvpn-install.sh index cc5da85..806d147 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -65,7 +65,7 @@ function checkOS() { exit 1 fi fi - if [[ $ID == "oracle" ]]; then + if [[ $ID == "ol" ]]; then OS="oracle" if [[ ! $VERSION_ID =~ (8) ]]; then echo "Your version of Oracle Linux is not supported."