From 09839ea9e091585f613a5c3bf2c3f5fcac65b5a5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 10 Feb 2018 08:33:08 +0100 Subject: [PATCH] fix: install STIX 2.0 library --- scripts/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index c4113ba..63bf794 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -198,7 +198,8 @@ sudo -u www-data git clone https://github.com/CybOXProject/mixbox.git cd $PATH_TO_MISP/app/files/scripts/mixbox sudo -u www-data git checkout v1.0.2 sudo python setup.py install > /dev/null 2>&1 - +# install STIX2.0 library to support STIX 2.0 export: +sudo pip3 install stix2 > /dev/null 2>&1 echo "--- Retrieving CakePHP… ---" # CakePHP is included as a submodule of MISP, execute the following commands to let git fetch it: