Skip to content

Commit

Permalink
chore: Refactor Snort installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 committed Sep 12, 2024
1 parent 3d32b79 commit c799369
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ install_snort_macos() {
# Exit the script with a non-zero status
exit 1
fi

start_snort_macos

success_message "Snort installed successfully"
}

# Function to install Snort on Linux
Expand Down Expand Up @@ -161,6 +164,8 @@ install_snort_linux() {
fi

start_snort_linux

success_message "Snort installed successfully"
}

# Function to configure Snort logging on macOS
Expand Down

0 comments on commit c799369

Please sign in to comment.