Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change macOS install script #1407

Merged
merged 2 commits into from
May 24, 2023
Merged

Conversation

asteriscos
Copy link
Member

@asteriscos asteriscos commented May 24, 2023

Description

This pull request adds sudo to macOS agent install script and changes the environment variables set.

Issues Resolved

Closes #1406

Evidence

Screenshot from 2023-05-24 18-04-31

Test

  • Go to the agent section
  • Press Add new agent
  • Select macOS
  • Fill the manager address
  • Verify the script is like:
curl -so wazuh-agent.pkg https://packages.wazuh.com/4.x/osx/wazuh-agent-4.4.2-1.pkg && sudo echo "WAZUH_MANAGER='192.168.0.1'" > /tmp/wazuh_envs && sudo installer -pkg ./wazuh-agent.pkg -target /

image

Check List

  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@asteriscos asteriscos self-assigned this May 24, 2023
@asteriscos asteriscos linked an issue May 24, 2023 that may be closed by this pull request
@asteriscos asteriscos merged commit 4f947fb into 4.4 May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agent deploy command for macOS
3 participants