Merge pull request #24069 from adamjk-dev/install_script_rhel_fix
Install script rhel fix Upstream-commit: b9fc4ed664a8d504576af6e45a11dd55acd0a104 Component: engine
This commit is contained in:
@@ -251,6 +251,12 @@ do_install() {
|
||||
|
||||
lsb_dist="$(echo "$lsb_dist" | tr '[:upper:]' '[:lower:]')"
|
||||
|
||||
# Special case redhatenterpriseserver
|
||||
if [ "${lsb_dist}" = "redhatenterpriseserver" ]; then
|
||||
# Set it to redhat, it will be changed to centos below anyways
|
||||
lsb_dist='redhat'
|
||||
fi
|
||||
|
||||
case "$lsb_dist" in
|
||||
|
||||
ubuntu)
|
||||
|
||||
Reference in New Issue
Block a user