fix s-ui script on oracle linux #680

This commit is contained in:
Alireza Ahmadi
2025-08-07 10:09:08 +02:00
parent b1a61584b1
commit 9135033dfd
+1 -1
View File
@@ -69,7 +69,7 @@ elif [[ "${release}" == "rocky" ]]; then
if [[ ${os_version} -lt 9 ]]; then
echo -e "${red} Please use Rocky Linux 9 or higher ${plain}\n" && exit 1
fi
elif [[ "${release}" == "oracle" ]]; then
elif [[ "${release}" == "ol" ]]; then
if [[ ${os_version} -lt 8 ]]; then
echo -e "${red} Please use Oracle Linux 8 or higher ${plain}\n" && exit 1
fi