From a2e4e911fba424cb662e4ddecb85f3535329f09b Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 18 Aug 2020 21:21:27 +0200 Subject: [PATCH] fix: [update v3.1.1] init submodule --- update/v3.1.1/Update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update/v3.1.1/Update.sh b/update/v3.1.1/Update.sh index 0d3d860e..f43591c0 100755 --- a/update/v3.1.1/Update.sh +++ b/update/v3.1.1/Update.sh @@ -23,6 +23,10 @@ bash ${AIL_BIN}/LAUNCH.sh -ldbv & wait echo "" +# SUBMODULES # +git submodule init +git submodule update + echo -e $GREEN"Installing YARA ..."$DEFAULT pip3 install yara-python bash ${AIL_BIN}/LAUNCH.sh -t