Last active
December 11, 2022 17:48
-
-
Save kolosek/f6c242185cdf4c682854f2156a9fafff to your computer and use it in GitHub Desktop.
wazuh.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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