Skip to content

Commit

Permalink
Refactor setup-agent.sh to dynamically set WAZUH_AGENT_NAME during in…
Browse files Browse the repository at this point in the history
…stallation for test
  • Loading branch information
bengo237 committed Sep 19, 2024
1 parent a83be55 commit 54f8bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ This script automates the installation and setup of the Wazuh agent along with n
## Installation
To run the script and install all these components, use the following command:
```bash
curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-agent/main/scripts/setup-agent.sh | sh
curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-agent/main/scripts/setup-agent.sh | WAZUH_AGENT_NAME=test bash
```

0 comments on commit 54f8bb3

Please sign in to comment.