From a9d743ef49f9b0e6f9e47bdfbd29da094667c529 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 31 Oct 2019 21:33:14 -0700 Subject: [PATCH] Addressing issue #329 Thanks to @protodroidbot for the fix! --- Vagrant/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index f2d0d10..aa355ca 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -349,7 +349,8 @@ install_suricata() { # Run iwr -Uri testmyids.com -UserAgent "BlackSun" in Powershell to generate test alerts echo "[$(date +%H:%M:%S)]: Installing Suricata..." # Install yq to maniuplate the suricata.yaml inline - /usr/local/go/bin/go get -u github.com/mikefarah/yq + /usr/local/go/bin/go get gopkg.in/mikefarah/yq.v2 + cp /root/go/bin/yq.v2 /root/go/bin/yq && chmod +x /root/go/bin/yq # Install suricata add-apt-repository -y ppa:oisf/suricata-stable