From 86f94af03c160ca4cbf402ca887582d843e9d5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Mon, 30 Mar 2026 20:25:49 +0200 Subject: [PATCH] Prepare for Rocky Linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ada03570..699e76c6 100755 --- a/install.sh +++ b/install.sh @@ -508,7 +508,7 @@ do_install() { esac ;; - centos|rhel) + centos|rhel|rocky) if [ -z "$dist_version" ] && [ -r /etc/os-release ]; then dist_version="$(. /etc/os-release && echo "$VERSION_ID")" fi @@ -626,7 +626,7 @@ do_install() { echo_docker_as_nonroot exit 0 ;; - centos|fedora|rhel) + centos|fedora|rhel|rocky) if [ "$(uname -m)" = "s390x" ]; then echo "Effective v27.5, please consult RHEL distro statement for s390x support." exit 1