Skip to content

Commit

Permalink
Fix zeek, use zeek-lts to ensure old syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xx4h committed Mar 21, 2023
1 parent b19ca5a commit c814764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrant/logger_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ install_zeek() {
# Update APT repositories
apt-get -qq -ym update
# Install tools to build and configure Zeek
apt-get -qq -ym install zeek crudini
apt-get -qq -ym install zeek-lts crudini
export PATH=$PATH:/opt/zeek/bin
pip3 install zkg==2.1.1
zkg refresh
Expand Down

0 comments on commit c814764

Please sign in to comment.