Remove comment about something above almalinux 8

This commit is contained in:
Michael Rook
2022-06-06 21:31:15 +10:00
parent 4b63373ccc
commit 45ffb105f3

View File

@@ -1265,7 +1265,6 @@ function CheckOS {
exit 1 exit 1
fi fi
# for future if/when something above 8 is released
if [[ "$OSNAME" == "AlmaLinux" ]] && [[ "$OSVERSION" =~ ^(8|9)$ ]]; then if [[ "$OSNAME" == "AlmaLinux" ]] && [[ "$OSVERSION" =~ ^(8|9)$ ]]; then
printfail "Only AlmaLinux 8/9 supported" printfail "Only AlmaLinux 8/9 supported"
exit 1 exit 1