From 4b97e020c9950b19ccaa2e480d5306e19021c4fb Mon Sep 17 00:00:00 2001 From: jsargent <74645469+jsargent8789@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:52:43 -0700 Subject: [PATCH 1/2] Update xo-install.sh to support rocky linux 9 --- xo-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xo-install.sh b/xo-install.sh index 9ad1d51..93305b1 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -1267,8 +1267,8 @@ function CheckOS { exit 1 fi - if [[ "$OSNAME" == "Rocky" ]] && [[ "$OSVERSION" != "8" ]]; then - printfail "Only Rocky Linux 8 supported" + if [[ "$OSNAME" == "Rocky" ]] && [[ ! "$OSVERSION" =~ ^(8|9)$ ]]; then + printfail "Only Rocky Linux 8/9 supported" exit 1 fi From 6ebf85ca40de4db853a8b5a152adba8f3a6b6b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Fri, 12 Aug 2022 14:12:58 +0300 Subject: [PATCH 2/2] chore: update supported OS's in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fce07e2..9292472 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Supported Linux distributions and versions: - CentOS 8 Stream - AlmaLinux 9 - AlmaLinux 8 +- Rocky Linux 9 - Rocky Linux 8 - Debian 11 - Debian 10