Update update.sh

This commit is contained in:
JieXu 2025-12-04 01:40:46 +08:00 committed by GitHub
parent 5bb6fd1387
commit e2c2ee5624
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ install_base() {
ubuntu | debian | armbian)
apt-get update >/dev/null 2>&1 && apt-get install -y -q wget curl tar tzdata >/dev/null 2>&1
;;
fedora | amzn | virtuozzo | centos-stream | rhel | almalinux | rocky | ol)
fedora | amzn | virtuozzo | centos | rhel | almalinux | rocky | ol)
dnf -y update >/dev/null 2>&1 && dnf install -y -q wget curl tar tzdata >/dev/null 2>&1
;;
arch | manjaro | parch)