From 54e312a3b720ae64747a0fccd5fd1ecc501a02d0 Mon Sep 17 00:00:00 2001 From: rafael Date: Tue, 19 Mar 2024 10:51:55 +0100 Subject: [PATCH] 12885 adding libxcrypt-compat --- extras/deploy-scripts/pandora_deploy_community_el9.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/deploy-scripts/pandora_deploy_community_el9.sh b/extras/deploy-scripts/pandora_deploy_community_el9.sh index ac199b94bc..176c1bbea8 100644 --- a/extras/deploy-scripts/pandora_deploy_community_el9.sh +++ b/extras/deploy-scripts/pandora_deploy_community_el9.sh @@ -416,6 +416,7 @@ server_dependencies=" \ bind-utils \ whois \ libnsl \ + libxcrypt-compat \ https://firefly.pandorafms.com/pandorafms-el9/perl-Geo-IP-1.51-1.el9.x86_64.rpm \ https://firefly.pandorafms.com/centos8/pandorawmic-1.0.0-1.x86_64.rpm" execute_cmd "dnf install -y $server_dependencies" "Installing Pandora FMS Server dependencies"