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