Skip to content

Instantly share code, notes, and snippets.

@kolosek
Last active December 11, 2022 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kolosek/f6c242185cdf4c682854f2156a9fafff to your computer and use it in GitHub Desktop.
Save kolosek/f6c242185cdf4c682854f2156a9fafff to your computer and use it in GitHub Desktop.
wazuh.sh
curl -so wazuh-agent-4.3.10.deb https://packages.wazuh.com/4.x/apt/pool/main/w/wazuh-agent/wazuh-agent_4.3.10-1_amd64.deb && sudo WAZUH_MANAGER='wazuh.kolosek.dev' MANAGER_IP='wazuh.kolosek.dev' dpkg -i ./wazuh-agent-4.3.10.deb
sudo systemctl daemon-reload
sudo systemctl enable wazuh-agent
sudo systemctl start wazuh-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment