From e07f6af1568c8c086397b38ff6f43159f474e9f1 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 20 May 2020 11:41:33 -0400 Subject: [PATCH] remove wazuh-agent exlude being added to repo conf during setup --- setup/so-setup | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index d949173cf..be8c95212 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -435,7 +435,6 @@ fi if [[ "$WAZUH" = 1 ]]; then if [ $OS = 'centos' ]; then yum -y install wazuh-agent-3.10.2-1 >> "$setup_log" 2>&1 - echo "exclude=wazuh-agent" >> /etc/yum.repos.d/wazuh.repo else apt-get -y install wazuh-agent=3.10.2-1 >> "$setup_log" 2>&1 apt-mark hold wazuh-agent >> "$setup_log" 2>&1