Browse Source

do not append wazuh list

135-scirius
Steven Foerster 5 years ago
parent
commit
60b50d07ad
  1. 2
      scripts/services/wazuh/agent.sh

2
scripts/services/wazuh/agent.sh

@ -9,7 +9,7 @@ fi @@ -9,7 +9,7 @@ fi
# prepare repo
echo "Adding Wazuh Repository"
curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | apt-key add -
echo "deb https://packages.wazuh.com/4.x/apt/ stable main" | tee -a /etc/apt/sources.list.d/wazuh.list
echo "deb https://packages.wazuh.com/4.x/apt/ stable main" | tee /etc/apt/sources.list.d/wazuh.list
apt-get update

Loading…
Cancel
Save