Fix tlsh installer

This commit is contained in:
Raphaël Vinot 2016-09-14 15:27:08 +02:00
parent 201ed4402a
commit f3d908831b

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 #