add oel to set_os

This commit is contained in:
m0duspwnens
2023-08-25 14:56:42 -04:00
parent c22f9687fb
commit 388c90f641
2 changed files with 5 additions and 1 deletions

View File

@@ -446,6 +446,10 @@ set_os() {
OS=centos
OSVER=9
is_centos=true
elif grep -q "Oracle Linux Server release 9" /etc/system-release; then
OS=oel
OSVER=9
is_oracle=true
fi
cron_service_name="crond"
else