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
|
test ! -d tlsh && git clone git://github.com/trendmicro/tlsh.git
|
||||||
pushd tlsh/
|
pushd tlsh/
|
||||||
./make.sh
|
./make.sh
|
||||||
|
pushd build/release/
|
||||||
|
sudo make install
|
||||||
|
sudo ldconfig
|
||||||
|
popd
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# REDIS LEVEL DB #
|
# REDIS LEVEL DB #
|
||||||
|
|
Loading…
Reference in New Issue