From d2bd0634259b2353a4ba5cf7810b0204c99d8334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Laubacher?= Date: Tue, 2 Jul 2024 15:24:37 +0200 Subject: [PATCH] Add Oracle Linux to Redhat OS Family --- src/00_check-system | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/00_check-system b/src/00_check-system index 83917b5..2f76e80 100644 --- a/src/00_check-system +++ b/src/00_check-system @@ -19,7 +19,7 @@ function checkSystem fi # Si OS_FAMILY contient l'un des termes suivants alors c'est la famille redhat - if echo "$OS_FAMILY" | egrep -q -i 'rhel|centos|fedora|rocky|alma';then + if echo "$OS_FAMILY" | egrep -q -i 'rhel|centos|fedora|rocky|alma|ol';then OS_FAMILY="Redhat" fi @@ -123,4 +123,4 @@ function checkSystem PKG_TYPE="rpm" fi -} \ No newline at end of file +}