mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 06:37:15 +00:00
Merge pull request #222 from raw-data/master
[fix] switch from git:// to https:// while cloning tlsh.git
This commit is contained in:
commit
3a7b20dcf6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ sudo ldconfig
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# tlsh
|
# 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/
|
pushd tlsh/
|
||||||
./make.sh
|
./make.sh
|
||||||
pushd build/release/
|
pushd build/release/
|
||||||
|
|
Loading…
Reference in a new issue