missed an alma and rocky in install_rpm
This commit is contained in:
parent
b4c07a8283
commit
da42f97e27
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ install_rpm () {
|
||||||
yes="-y"
|
yes="-y"
|
||||||
fi
|
fi
|
||||||
case $os in
|
case $os in
|
||||||
"RedHat" | "CentOS" | "Amazon")
|
"RedHat" | "CentOS" | "Amazon" | "Alma" | "Rocky")
|
||||||
if ! has_sudo "yum"; then
|
if ! has_sudo "yum"; then
|
||||||
echo "Must have sudo privileges to run yum"
|
echo "Must have sudo privileges to run yum"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue