From e2c2ee5624030b62f02816aa5537f5ad16a1b28c Mon Sep 17 00:00:00 2001 From: JieXu Date: Thu, 4 Dec 2025 01:40:46 +0800 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 77dbaf52..0fc9bfb3 100755 --- a/update.sh +++ b/update.sh @@ -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)