Update package-rhel.sh

This commit is contained in:
JieXu 2025-08-18 09:35:14 +08:00 committed by GitHub
parent c861f03ced
commit 73bc21100a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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