Skip to content

Commit

Permalink
Correct download typo in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
madeline-underwood committed Dec 19, 2024
1 parent 58de3b3 commit c7eb602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ installPackages()
sudo apt-get install -y $LIST_OF_APPS

# required to get optimized result from Snort3
downlaodPackages
downloadPackages
mkdir -p ${ROOT_DIR}/snort3
tar -xzf 3.3.5.0.tar.gz --directory ${ROOT_DIR}/snort3 --strip-components=1
echo "@@@@@@@@@@@@@@@@@@ Installing Snort3 Dependencies ... @@@@@@@@@@@@@@@@@@@@"
Expand Down

0 comments on commit c7eb602

Please sign in to comment.