Skip to content

Commit

Permalink
fix: [MISP export] force pymisp version
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jan 23, 2020
1 parent 08014f1 commit 92b71e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/www/update_thirdparty.sh
Expand Up @@ -116,7 +116,7 @@ python3 -m pip install git+https://github.com/MISP/PyTaxonomies --upgrade
python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade

#Update PyMISP
python3 -m pip install git+https://github.com/MISP/PyMISP --upgrade
python3 -m pip install git+https://github.com/MISP/PyMISP@v2.4.119.1 --upgrade

#Update the Hive
python3 -m pip install git+https://github.com/TheHive-Project/TheHive4py --upgrade

0 comments on commit 92b71e0

Please sign in to comment.