From da42f97e279c6fa0a3eb978de534dcbccb3213b4 Mon Sep 17 00:00:00 2001 From: Toni <32644679+dethmasque@users.noreply.github.com> Date: Tue, 11 Jan 2022 17:38:08 -0500 Subject: [PATCH] missed an alma and rocky in install_rpm --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 594494f..3ba156d 100755 --- a/install.sh +++ b/install.sh @@ -297,7 +297,7 @@ install_rpm () { yes="-y" fi case $os in - "RedHat" | "CentOS" | "Amazon") + "RedHat" | "CentOS" | "Amazon" | "Alma" | "Rocky") if ! has_sudo "yum"; then echo "Must have sudo privileges to run yum" exit 1