Update install.sh

This commit is contained in:
quydang 2023-12-23 10:22:15 +07:00 committed by GitHub
parent 91bdafa270
commit 14e6a2c3d7
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)