Skip to content

Commit

Permalink
Add installation of xxd which is needed for generating SSID
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 18, 2024
1 parent ef43b04 commit d8c26c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ i2c-tools \
espeak espeak-data python3-espeak \
ntpdate \
mjpg-streamer \
xxd \
python3-dev \
python3-systemd \
python3-opencv \
Expand Down
1 change: 1 addition & 0 deletions builder/test/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pip3 --version
tcpdump --version
monkey --version
espeak --version
xxd --version
systemctl --version

if [ -z $VM ]; then
Expand Down

0 comments on commit d8c26c1

Please sign in to comment.