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