Skip to content

Commit

Permalink
Refactor setup-agent.sh to remove unnecessary use of 'sudo' in instal…
Browse files Browse the repository at this point in the history
…lation commands
  • Loading branch information
bengo237 committed Sep 19, 2024
1 parent 8a83e04 commit a83be55
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 | sudo sh
curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-agent/main/scripts/setup-agent.sh | sh
```

0 comments on commit a83be55

Please sign in to comment.