chore: add RHEL system to install.sh

fixed #3097
This commit is contained in:
xujie86 2025-06-16 19:11:23 +08:00 committed by GitHub
parent 1325654cf8
commit caffbc10c6

View file

@ -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)