mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Apply PR #3620 to develop (oracle linux support)
This commit is contained in:
parent
2d3ea4eec6
commit
08dc07b46b
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue