mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Fix tlsh installer
This commit is contained in:
parent
201ed4402a
commit
f3d908831b
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ popd
|
|||
test ! -d tlsh && git clone git://github.com/trendmicro/tlsh.git
|
||||
pushd tlsh/
|
||||
./make.sh
|
||||
pushd build/release/
|
||||
sudo make install
|
||||
sudo ldconfig
|
||||
popd
|
||||
popd
|
||||
|
||||
# REDIS LEVEL DB #
|
||||
|
|
Loading…
Reference in a new issue