Skip to content

Commit c814764

Browse files
committed
Fix zeek, use zeek-lts to ensure old syntax
see clong#868
1 parent b19ca5a commit c814764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrant/logger_bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ install_zeek() {
375375
# Update APT repositories
376376
apt-get -qq -ym update
377377
# Install tools to build and configure Zeek
378-
apt-get -qq -ym install zeek crudini
378+
apt-get -qq -ym install zeek-lts crudini
379379
export PATH=$PATH:/opt/zeek/bin
380380
pip3 install zkg==2.1.1
381381
zkg refresh

0 commit comments

Comments
 (0)