Skip to content

Commit

Permalink
Disable python-pigpio installation
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 2, 2024
1 parent 9dde4d0 commit 4ccd500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ python3-rosinstall \
build-essential \
libffi-dev \
monkey \
pigpio python-pigpio python3-pigpio \
pigpio \
i2c-tools \
espeak espeak-data \
ntpdate \
Expand All @@ -117,6 +117,7 @@ python3-opencv
#python-systemd \
#python-espeak python3-espeak \
#libjpeg8 \
#python-pigpio python3-pigpio

# Deny byobu to check available updates
sed -i "s/updates_available//" /usr/share/byobu/status/status
Expand Down

0 comments on commit 4ccd500

Please sign in to comment.