From 0487f8232cc33d4ead024df1caa9b749e6b5c2b4 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Mon, 12 Nov 2018 16:37:43 +0100 Subject: [PATCH] fix: Removed 'yara' python library install, since 'yara-python' is the one we want - Btw having both libraries is causing issues with versions --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index e4d9aec..fdfdbcb 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -671,7 +671,7 @@ sudo pip3 install -I . > /dev/null 2>&1 sudo pip3 install lief 2>&1 sudo pip3 install maec 2>&1 sudo pip3 install pathlib 2>&1 -sudo pip3 install pymisp python-magic wand yara > /dev/null 2>&1 +sudo pip3 install pymisp python-magic wand > /dev/null 2>&1 sudo pip3 install git+https://github.com/kbandla/pydeep.git > /dev/null 2>&1 # install STIX2.0 library to support STIX 2.0 export: sudo pip3 install stix2 > /dev/null 2>&1