Skip to content

Commit

Permalink
fix: [v5.7 update] add missing python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Sep 23, 2024
1 parent 4a6ab3c commit d825fd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions update/v5.7/Update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit d825fd6

Please sign in to comment.