Support for Oracle Linux 8.
This commit is contained in:
parent
14991bbadb
commit
05cf140ffb
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
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.
|
This script will let you setup your own secure VPN server in just a few seconds.
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ function checkOS() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [[ $ID == "oracle" ]]; then
|
if [[ $ID == "ol" ]]; then
|
||||||
OS="oracle"
|
OS="oracle"
|
||||||
if [[ ! $VERSION_ID =~ (8) ]]; then
|
if [[ ! $VERSION_ID =~ (8) ]]; then
|
||||||
echo "Your version of Oracle Linux is not supported."
|
echo "Your version of Oracle Linux is not supported."
|
||||||
|
|
Loading…
Reference in a new issue