mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 06:37:15 +00:00
fix: [installer] pyfaup install
This commit is contained in:
parent
a0ef246435
commit
348f7188dd
1 changed files with 0 additions and 4 deletions
|
@ -63,10 +63,6 @@ sudo make install
|
||||||
echo '/usr/local/lib' | sudo tee -a /etc/ld.so.conf.d/faup.conf
|
echo '/usr/local/lib' | sudo tee -a /etc/ld.so.conf.d/faup.conf
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
popd
|
popd
|
||||||
# Pyfaup
|
|
||||||
pushd faup/src/lib/bindings/python/
|
|
||||||
sudo python3 setup.py install
|
|
||||||
popd
|
|
||||||
|
|
||||||
# tlsh
|
# tlsh
|
||||||
test ! -d tlsh && git clone https://github.com/trendmicro/tlsh.git
|
test ! -d tlsh && git clone https://github.com/trendmicro/tlsh.git
|
||||||
|
|
Loading…
Reference in a new issue