mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [update v3.1.1] init submodule
This commit is contained in:
parent
0b52465f63
commit
a2e4e911fb
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue