Advertisement
jessemoore

MyWazuhInstall.sh

May 10th, 2022 (edited)
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. # Unattended Wazuh 4.3 Install
  2. # https://documentation.wazuh.com/current/quickstart.html
  3.  
  4. apt update -y && upgrade -y
  5. apt install curl -y
  6. curl -sO https://packages.wazuh.com/4.3/wazuh-install.sh && sudo bash ./wazuh-install.sh -a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement