From 8c057bdb0d5415fb399e73379080438e3877a676 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 22 Aug 2024 19:09:11 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index 20e7b929..5c3b1cd3 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -484,7 +484,7 @@ detect_os_and_package_manager() { "debian"|"ubuntu") PACKAGE_MANAGER="apt-get" ;; - "centos"|"cloudlinux"|"rhel"|"fedora"|"almalinux") + "centos"|"cloudlinux"|"rhel"|"fedora"|"almalinux"|"rockylinux") PACKAGE_MANAGER="yum" if [ "$(command -v dnf)" ]; then PACKAGE_MANAGER="dnf"