From 1f5d9960783755912d941019db752d8cceab1a24 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 26 Mar 2020 10:00:40 +0100 Subject: [PATCH] fix: [update thirdparty] update taxonomies --- 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 667266e2..53b4e6bf 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 +python3 -m pip install git+https://github.com/MISP/PyTaxonomies --upgrade python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade #Update PyMISP