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