Skip to content

Commit

Permalink
lief install bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Jan 21, 2021
1 parent 652fc10 commit cbee151
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion src/install/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main(distribution): # pylint: disable=too-many-statements
pip3_install_packages('pytest==3.5.1', 'pytest-cov', 'pytest-flake8', 'pylint', 'python-magic', 'xmltodict', 'yara-python==3.7.0', 'appdirs')
pip3_install_packages('ssdeep')

pip3_install_packages('lief')
pip3_install_packages('lief==0.10.1')

pip3_install_packages('requests')

Expand Down
9 changes: 0 additions & 9 deletions src/plugins/analysis/elf_analysis/install.sh

This file was deleted.

0 comments on commit cbee151

Please sign in to comment.