From 93f93d0dcf0797389781f9987770cc055bc84cf1 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Fri, 20 Apr 2018 23:27:17 +0200 Subject: [PATCH] - Fix pymisp etc. --- scripts/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index e77b165..431e8ad 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -481,9 +481,9 @@ sudo pip3 install -I . > /dev/null 2>&1 sudo pip3 install lief 2>&1 sudo pip3 install pymisp python-magic > /dev/null 2>&1 sudo pip3 install git+https://github.com/kbandla/pydeep.git > /dev/null 2>&1 -sudo pip install pymisp python-magic > /dev/null 2>&1 -sudo pip install git+https://github.com/kbandla/pydeep.git > /dev/null 2>&1 -sudo pip install lief 2>&1 +sudo pip2 install pymisp python-magic > /dev/null 2>&1 +sudo pip2 install git+https://github.com/kbandla/pydeep.git > /dev/null 2>&1 +sudo pip2 install lief 2>&1 # install STIX2.0 library to support STIX 2.0 export: sudo pip3 install stix2 > /dev/null 2>&1 # With systemd: