mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [update_thirdparty] detect and use virtualenv
This commit is contained in:
parent
c87f0ffcb1
commit
870fa1981c
1 changed files with 6 additions and 2 deletions
|
@ -83,8 +83,12 @@ pushd static/image
|
||||||
wget https://www.circl.lu/assets/images/logos/AIL.png -O AIL.png
|
wget https://www.circl.lu/assets/images/logos/AIL.png -O AIL.png
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#active virtualenv
|
if ! [[ -n "$AIL_HOME" ]]
|
||||||
source ./../../AILENV/bin/activate
|
then
|
||||||
|
#active virtualenv
|
||||||
|
source ./../../AILENV/bin/activate
|
||||||
|
fi
|
||||||
|
|
||||||
#Update MISP Taxonomies and Galaxies
|
#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 --upgrade
|
||||||
python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade
|
python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade
|
||||||
|
|
Loading…
Reference in a new issue