1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-12-01 09:26:09 +03:00

Add RedHat 8 support

This commit is contained in:
charles.a 2021-09-27 19:31:53 -03:00
commit 24846bb85a

View File

@ -86,9 +86,12 @@ fi
if [[ "`sudo rpm -ql epel-release`" == "package epel-release is not installed" ]]; then
echo "EPEL is not installed, please install EPEL"
<<<<<<< HEAD
echo "For RedHat 8.x: https://linuxconfig.org/redhat-8-epel-install-guide"
echo "For RedHat 7.x: https://www.unixmen.com/install-epel-repository-centos-rhel-7/"
echo "or search by your self :D"
=======
>>>>>>> 0a78c167f346ca02fb3340cb318657c683e56cee
exit
fi