fix: [installer] pyfaup install

This commit is contained in:
Terrtia 2021-06-11 11:43:30 +02:00
parent a0ef246435
commit 348f7188dd
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -63,10 +63,6 @@ sudo make install
echo '/usr/local/lib' | sudo tee -a /etc/ld.so.conf.d/faup.conf
sudo ldconfig
popd
# Pyfaup
pushd faup/src/lib/bindings/python/
sudo python3 setup.py install
popd
# tlsh
test ! -d tlsh && git clone https://github.com/trendmicro/tlsh.git