mirror of https://github.com/CIRCL/AIL-framework
Fix tlsh installer
parent
201ed4402a
commit
f3d908831b
|
@ -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 New Issue