diff --git a/scripts/installer.sh b/scripts/installer.sh index 0b360b8a1..f81ae5292 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -208,8 +208,11 @@ main() { PACKAGETYPE="yum" fi ;; - rhel) + rhel|miraclelinux) OS="$ID" + if [ "$ID" = "miraclelinux" ]; then + OS="rhel" + fi VERSION="$(echo "$VERSION_ID" | cut -f1 -d.)" PACKAGETYPE="dnf" if [ "$VERSION" = "7" ]; then