From 8b3a0e270597e4cdd11ebd27e5877a6ca0f8c663 Mon Sep 17 00:00:00 2001 From: raw-data Date: Fri, 6 Jul 2018 11:15:02 +0100 Subject: [PATCH] [fix] switch from git:// to https:// while cloning tlsh.git --- installing_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing_deps.sh b/installing_deps.sh index b6c489df..c29ba4b9 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -55,7 +55,7 @@ sudo ldconfig popd # tlsh -test ! -d tlsh && git clone git://github.com/trendmicro/tlsh.git +test ! -d tlsh && git clone https://github.com/trendmicro/tlsh.git pushd tlsh/ ./make.sh pushd build/release/