missed an alma and rocky in install_rpm

This commit is contained in:
Toni 2022-01-11 17:38:08 -05:00 committed by GitHub
commit da42f97e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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