From 9135033dfdbec902070343172e1e0f330d0bc4ca Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Thu, 7 Aug 2025 10:09:08 +0200 Subject: [PATCH] fix s-ui script on oracle linux #680 --- s-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s-ui.sh b/s-ui.sh index 550b3ae..11a6795 100644 --- a/s-ui.sh +++ b/s-ui.sh @@ -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