From e5a4b6c152563bb1ae24a4eadc3aeb28e9e22e53 Mon Sep 17 00:00:00 2001 From: Curtis Hall Date: Tue, 9 Jan 2024 09:16:29 -0600 Subject: [PATCH] Add support for docker installs in Almalinux --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index a7a8e5f6..1de4a74a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -256,7 +256,7 @@ install_bluecherry() { "debian" | "ubuntu") install_debian_packages ;; - "centos" | "rhel" | "rocky" | "Rocky") + "centos" | "rhel" | "rocky" | "almalinux" | "Rocky") install_redhat_packages ;; "sles" | "opensuse" | "suse")