Add support for Oracle Linux 10: update conditions, template, and README

This commit is contained in:
Yacine31
2025-12-02 12:45:48 +01:00
parent 4cad16c2a5
commit 23295e115f
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ if [[ $chkifinstalled == 1 ]]; then
exit 0
else
linux_version=$(cat /etc/os-release | egrep "^VERSION=" | cut -d= -f2 | sed 's/"//g' | cut -d. -f1)
if [ "${linux_version}" -eq 9 ]
if [ "${linux_version}" -ge 9 ]
then
export CV_ASSUME_DISTID=OL8
else