From f3d908831b608c56224570637e14d54bfc7cf220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 14 Sep 2016 15:27:08 +0200 Subject: [PATCH] Fix tlsh installer --- installing_deps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installing_deps.sh b/installing_deps.sh index 56e2f3c4..64ad200b 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -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 #