From 73bc21100a8b78ac7015e84ef54ac9abdd35e93c Mon Sep 17 00:00:00 2001 From: JieXu Date: Mon, 18 Aug 2025 09:35:14 +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 3c4bfbb0..5963a838 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 / Rocky Linux / AlmaLinux ====================== +# ===== Require Red Hat Enterprise Linux / Rocky Linux / AlmaLinux / CentOS Stream ======= if [[ -r /etc/os-release ]]; then . /etc/os-release case "$ID" in