Skip to content

Commit

Permalink
Update setup-agent.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 authored Sep 16, 2024
1 parent 3751bae commit f2ff94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if ! (curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazu
fi

# Step 4: Download and install snort
if ! (curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-snort/main/scripts/install.sh | sudo sh) >/dev/null 2>&1; then
if ! (curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-snort/main/scripts/install.sh | sudo bash) >/dev/null 2>&1; then
echo "Failed to install 'snort'"
exit 1
fi
fi

0 comments on commit f2ff94e

Please sign in to comment.