fix: correct package names and more privilege for installing tlsh

This commit is contained in:
Sami Mokaddem 2018-02-23 09:27:40 +01:00
parent bfa35a2e23
commit 42c1511528
2 changed files with 3 additions and 4 deletions

View file

@ -105,8 +105,8 @@ popd
pushd tlsh/py_ext pushd tlsh/py_ext
python setup.py build python setup.py build
python setup.py install python setup.py install
python3 setup.py build sudo python3 setup.py build
python3 setup.py install sudo python3 setup.py install
# Download the necessary NLTK corpora and sentiment vader # Download the necessary NLTK corpora and sentiment vader
HOME=$(pwd) python -m textblob.download_corpora HOME=$(pwd) python -m textblob.download_corpora

View file

@ -5,9 +5,8 @@ filemagic
crcmod crcmod
mmh3 mmh3
ssdeep ssdeep
tlsh
nltk nltk
textblop textblob
pubsublogger pubsublogger
zmq zmq