Skip to content

Instantly share code, notes, and snippets.

@taylorwalton
Created October 13, 2022 13:21
Show Gist options
  • Save taylorwalton/ee4df62e01ff234543f5ca1cdbe37fdb to your computer and use it in GitHub Desktop.
Save taylorwalton/ee4df62e01ff234543f5ca1cdbe37fdb to your computer and use it in GitHub Desktop.
apt-get install gnupg apt-transport-https
curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | gpg --no-default-keyring --keyring gnupg-ring:/usr/share/keyrings/wazuh.gpg --import && chmod 644 /usr/share/keyrings/wazuh.gpg
echo "deb [signed-by=/usr/share/keyrings/wazuh.gpg] https://packages.wazuh.com/4.x/apt/ stable main" | tee -a /etc/apt/sources.list.d/wazuh.list
apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment