From 45ffb105f353cf42e1e73bed942bc9315b12a7aa Mon Sep 17 00:00:00 2001 From: Michael Rook Date: Mon, 6 Jun 2022 21:31:15 +1000 Subject: [PATCH] Remove comment about something above almalinux 8 --- xo-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 1b90620..f0f8e90 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -1265,7 +1265,6 @@ function CheckOS { exit 1 fi - # for future if/when something above 8 is released if [[ "$OSNAME" == "AlmaLinux" ]] && [[ "$OSVERSION" =~ ^(8|9)$ ]]; then printfail "Only AlmaLinux 8/9 supported" exit 1