mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-25 15:27:17 +00:00
fix: [v5.7 update] add missing python packages
This commit is contained in:
parent
4a6ab3caa1
commit
d825fd62c8
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ git submodule update
|
|||
bash ${AIL_BIN}/LAUNCH.sh -lrv
|
||||
bash ${AIL_BIN}/LAUNCH.sh -lkv
|
||||
|
||||
echo ""
|
||||
echo -e $GREEN"Updating python packages ..."$DEFAULT
|
||||
echo ""
|
||||
pip install -U pyotp
|
||||
pip install -U segno
|
||||
|
||||
echo ""
|
||||
echo -e $GREEN"Updating AIL VERSION ..."$DEFAULT
|
||||
echo ""
|
||||
|
|
Loading…
Reference in a new issue