Ver código fonte

chore: add `RHEL` system to install.sh

fixed #3097
xujie86 23 horas atrás
pai
commit
ba50c99c10
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      install.sh

+ 1 - 1
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)