mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-12-03 02:16:04 +03:00
Add RedHat 8 support
This commit is contained in:
commit
24846bb85a
@ -86,9 +86,12 @@ fi
|
|||||||
|
|
||||||
if [[ "`sudo rpm -ql epel-release`" == "package epel-release is not installed" ]]; then
|
if [[ "`sudo rpm -ql epel-release`" == "package epel-release is not installed" ]]; then
|
||||||
echo "EPEL is not installed, please install EPEL"
|
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 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 "For RedHat 7.x: https://www.unixmen.com/install-epel-repository-centos-rhel-7/"
|
||||||
echo "or search by your self :D"
|
echo "or search by your self :D"
|
||||||
|
=======
|
||||||
|
>>>>>>> 0a78c167f346ca02fb3340cb318657c683e56cee
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user