Fix tlsh installer

pull/84/head
Raphaël Vinot 2016-09-14 15:27:08 +02:00
parent 201ed4402a
commit f3d908831b
1 changed files with 4 additions and 0 deletions

View File

@ -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 #