Skip to content

Commit

Permalink
refactor: Update install.sh to use the main branch URL for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 committed Sep 4, 2024
1 parent 70b8af7 commit d186eb6
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 @@ -34,7 +34,7 @@ This repository contains several resources for installing and configuring Snort,
### Installation
Install using this command:
```bash
curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-snort/develop/scripts/install.sh -o install.sh
curl -SL --progress-bar https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-snort/main/scripts/install.sh -o install.sh
chmod +x install.sh
sudo ./install.sh

Expand Down

0 comments on commit d186eb6

Please sign in to comment.