From 1cb4b60333b446f64d6f7d28b9cf1b73929ffe92 Mon Sep 17 00:00:00 2001 From: JieXu Date: Fri, 14 Nov 2025 02:17:20 +0800 Subject: [PATCH] Update install.sh --- install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 0ec2aaa4..0b89b6ef 100644 --- a/install.sh +++ b/install.sh @@ -44,10 +44,7 @@ install_base() { ubuntu | debian | armbian) apt-get update && apt-get install -y -q wget curl tar tzdata ;; - centos | rhel | almalinux | rocky | ol) - yum -y update && yum install -y -q wget curl tar tzdata - ;; - fedora | amzn | virtuozzo) + fedora | amzn | virtuozzo | centos-stream | rhel | almalinux | rocky | ol) dnf -y update && dnf install -y -q wget curl tar tzdata ;; arch | manjaro | parch)