fix: [qrcode install] add missing lib

This commit is contained in:
terrtia 2024-10-02 15:24:58 +02:00
parent a0b9b961dc
commit 526566720b
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0
2 changed files with 9 additions and 0 deletions

View file

@ -22,6 +22,10 @@ sudo apt-get install libssl-dev libfreetype6-dev python3-numpy -qq
# pycld3
sudo apt-get install protobuf-compiler libprotobuf-dev -qq
# qrcode
sudo apt-get install python3-opencv
sudo apt-get install libzbar0
# DNS deps
sudo apt-get install libadns1 libadns1-dev -qq

View file

@ -17,6 +17,11 @@ echo -e $GREEN"Shutting down AIL ..."$DEFAULT
bash ${AIL_BIN}/LAUNCH.sh -ks
wait
# Install LIB
sudo apt-get install python3-opencv
sudo apt-get install libzbar0
# SUBMODULES #
git submodule update