From 7bc51a182389d613b8a52b67c89bb553beafd997 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 20 Feb 2020 09:25:34 +0100 Subject: [PATCH] fix: [Pytaxonomies install] --- var/www/update_thirdparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index 92393bb1..3b4087b6 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -112,7 +112,7 @@ then fi #Update MISP Taxonomies and Galaxies -python3 -m pip install git+https://github.com/MISP/PyTaxonomies --upgrade +python3 -m pip install git+https://github.com/MISP/PyTaxonomies python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade #Update PyMISP