From ef8c03cfe1c5f635ce49bdbde8539a24750b6812 Mon Sep 17 00:00:00 2001 From: Stephane Segning Lambou Date: Wed, 18 Sep 2024 17:26:51 +0200 Subject: [PATCH] chore: updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7906035..1d1ddb9 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This script automates the installation and setup of the Wazuh agent along with n ## Supported Operating Systems - **Ubuntu** -- **MacOS** (Only with Intel chip) +- **MacOS** ## 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 | sudo sh ```