Update install.sh

This commit is contained in:
quydang 2023-12-23 08:03:10 +07:00 committed by GitHub
parent f13948fdc5
commit dcf2cdc39f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ fi
install_base() {
case "${release}" in
centos|fedora)
centos|fedora|almalinux)
yum -y update && yum install -y -q wget curl tar
;;
arch|manjaro)