From 607d018614b23e194f356f2ff932baba10f6e5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Mu=C3=B1oz?= Date: Sat, 17 Jun 2023 21:20:36 -0500 Subject: [PATCH] added CentOS Stream support --- wazuhdeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuhdeb b/wazuhdeb index 7a16d6a..3f75385 100755 --- a/wazuhdeb +++ b/wazuhdeb @@ -34,7 +34,7 @@ case "$distro" in apt-get update ;; - CentOS) + CentOS|CentOSStream) echo "Distribucion detectada: CentOS" echo "Familia principal: RedHat" echo "Paqueteria: RPM"