From 681aecb2bc7950219ff05bb890cc0dfc62d443f2 Mon Sep 17 00:00:00 2001 From: Ahmed Shawky Date: Fri, 20 Mar 2020 20:01:25 +0400 Subject: [PATCH] Should fix an issue when installing zeek https://github.com/cyberdefenders/DetectionLabELK/issues/1 zkg 2.1.0 has an issue with Python2 https://github.com/zeek/package-manager/issues/60 --- Vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index 3e468c1..c520875 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -324,7 +324,7 @@ install_zeek() { # Install tools to build and configure Zeek apt-get -qq -ym install zeek crudini python-pip export PATH=$PATH:/opt/zeek/bin - pip install zkg + pip install zkg==2.0.7 zkg refresh zkg autoconfig zkg install --force salesforce/ja3