-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46a5074
commit c619853
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Wazuh Agent Setup | ||
|
||
[![Docker Testing](https://github.com/ADORSYS-GIS/wazuh-agent/actions/workflows/docker-test.yml/badge.svg)](https://github.com/ADORSYS-GIS/wazuh-agent/actions/workflows/docker-test.yml) | ||
|
||
This script automates the installation and setup of the Wazuh agent along with necessary dependencies and additional tools: **Yara** and **Snort** | ||
|
||
## Supported Operating Systems | ||
- **Ubuntu** | ||
- **MacOS** (Only with Intel chip) | ||
|
||
|
||
## 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 | ||
``` |