From fff838fa857a8c641dbbb978faec44fb96a30d7d Mon Sep 17 00:00:00 2001 From: JieXu Date: Tue, 9 Sep 2025 17:00:47 +0800 Subject: [PATCH] Update package-rhel.sh --- package-rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-rhel.sh b/package-rhel.sh index f9882732..b711658a 100644 --- a/package-rhel.sh +++ b/package-rhel.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -# == Require Red Hat Enterprise Linux/Fedora Linux/RockyLinux/AlmaLinux/CentOS OR Ubuntu/Debian == +# == Require Red Hat Enterprise Linux/FedoraLinux/RockyLinux/AlmaLinux/CentOS OR Ubuntu/Debian == if [[ -r /etc/os-release ]]; then . /etc/os-release case "$ID" in