Apply PR #3620 to develop (oracle linux support)

This commit is contained in:
snipe 2017-06-01 20:55:30 -07:00
parent 2d3ea4eec6
commit 08dc07b46b

View file

@ -150,7 +150,7 @@ case $distro in
echo " The installer has detected Debian version $version as the OS."
distro=debian
;;
*centos*|*redhat*)
*centos*|*redhat*|*ol*)
echo " The installer has detected $distro version $version as the OS."
distro=centos
;;