From b94411f71081a4715ed7d01d7cf7372567654507 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 9 Nov 2021 13:43:32 +0100 Subject: [PATCH 1/3] fix: [py] Minor python dependency change --- installing_deps.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/installing_deps.sh b/installing_deps.sh index 4206d48c..977ed642 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -18,7 +18,7 @@ sudo apt-get install wget -qq sudo apt-get install tor -qq #Needed for bloom filters -sudo apt-get install libssl-dev libfreetype6-dev python-numpy -qq +sudo apt-get install libssl-dev libfreetype6-dev python3-numpy -qq #pyMISP #sudo apt-get -y install python3-pip @@ -43,8 +43,7 @@ sudo apt-get install build-essential libffi-dev automake autoconf libtool -qq sudo apt-get install p7zip-full -qq # SUBMODULES # -git submodule init -git submodule update +git submodule update --init # REDIS # test ! -d redis/ && git clone https://github.com/antirez/redis.git From 629877e1f360c1c370d3a59e75e41d8ff6f03712 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 9 Nov 2021 13:45:00 +0100 Subject: [PATCH 2/3] fix: [doc] Remove Travis --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9f866317..c7422a4e 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ AIL Latest Release - - Travis - - Gitter From fc8386e1b5a5b5d7f44faf1929d46f161193bc2b Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 9 Nov 2021 13:53:15 +0100 Subject: [PATCH 3/3] chg: [doc] GI Badge --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c7422a4e..ddc7f472 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ AIL Latest Release + + + CI + + Gitter