mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-12 17:48:22 +00:00
fix: [qrcode install] add missing lib
This commit is contained in:
parent
a0b9b961dc
commit
526566720b
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue