diff options
| author | xujie86 <167618598+xujie86@users.noreply.github.com> | 2025-06-16 14:11:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 14:11:23 +0300 |
| commit | ba50c99c101e2164bc4daa7617b5b0096145a6f3 (patch) | |
| tree | 664e34aab8efdc058a8c7e61aecee372165fed23 | |
| parent | 00b61de646e9b480ed16279fe2915ce195f0d7df (diff) | |
chore: add `RHEL` system to install.sh
fixed #3097
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
