Skip to content

Commit

Permalink
fix: [qrcode install] add missing lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Oct 2, 2024
1 parent a0b9b96 commit 5265667
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installing_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions update/v5.8/Update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5265667

Please sign in to comment.