fix: [v5.7 update] add missing python packages

pull/607/merge
terrtia 2024-09-23 11:30:20 +02:00
parent 4a6ab3caa1
commit d825fd62c8
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ git submodule update
bash ${AIL_BIN}/LAUNCH.sh -lrv bash ${AIL_BIN}/LAUNCH.sh -lrv
bash ${AIL_BIN}/LAUNCH.sh -lkv 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 ""
echo -e $GREEN"Updating AIL VERSION ..."$DEFAULT echo -e $GREEN"Updating AIL VERSION ..."$DEFAULT
echo "" echo ""