From 0865a5e25873b2763352e24a9e6da845c34acffd Mon Sep 17 00:00:00 2001 From: Curtis Hall Date: Fri, 20 Oct 2023 08:28:38 -0500 Subject: [PATCH] Update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 2384701c..851b9131 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -257,7 +257,7 @@ case $distribution in "debian" | "ubuntu") install_debian_packages ;; - "centos" | "rhel" | "fedora" | "rocky") + "centos" | "rhel" | "fedora" | "rocky" | "Rocky") install_redhat_packages ;; "sles" | "opensuse" | "suse")