From ba50c99c101e2164bc4daa7617b5b0096145a6f3 Mon Sep 17 00:00:00 2001 From: xujie86 <167618598+xujie86@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:11:23 +0800 Subject: [PATCH] chore: add `RHEL` system to install.sh fixed #3097 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0398285d..8fb23f3b 100644 --- a/install.sh +++ b/install.sh @@ -57,7 +57,7 @@ install_base() { ubuntu | debian | armbian) apt-get update && apt-get install -y -q wget curl tar tzdata ;; - centos | almalinux | rocky | ol) + centos | rhel | almalinux | rocky | ol) yum -y update && yum install -y -q wget curl tar tzdata ;; fedora | amzn | virtuozzo)