Skip to content

Commit

Permalink
fix: update download of snort rules taking into consideration read-on…
Browse files Browse the repository at this point in the history
…ly plist env for macos
  • Loading branch information
ArmandMeppa committed Jan 28, 2025
1 parent 3db3a9f commit a90b740
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ install_snort_macos() {
fi

info_message "Downloading and configuring Snort rule files"
maybe_sudo curl -SL --progress-bar -o snort3-community.rules https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-snort/main/rules/snort3.rules
maybe_sudo mv snort3-community.rules /usr/local/etc/rules
maybe_sudo curl -SL --progress-bar -o /usr/local/etc/rules/snort3-community.rules https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-snort/main/rules/snort3.rules
info_message "Snort rule files downloaded and configured successfully"

info_message "Creating plist file..."
Expand Down

0 comments on commit a90b740

Please sign in to comment.