Skip to content

Commit da8a0e8

Browse files
authored
Merge pull request #168 from ezraholm50/patch-1
Fix for FBCP fail on various debian based OS
2 parents f856463 + b321ed1 commit da8a0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit-pitft.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def softwareinstall():
221221
if not shell.run_command("apt-get install -y libts0", True):
222222
if not shell.run_command("apt-get install -y tslib"):
223223
warn_exit("Apt failed to install TSLIB!")
224-
if not shell.run_command("apt-get install -y bc fbi git python3-dev python3-pip python3-smbus python3-spidev evtest libts-bin device-tree-compiler"):
224+
if not shell.run_command("apt-get install -y bc fbi git python3-dev python3-pip python3-smbus python3-spidev evtest libts-bin device-tree-compiler libraspberrypi-dev build-essential"):
225225
warn_exit("Apt failed to install software!")
226226
if not shell.run_command("pip3 install evdev"):
227227
warn_exit("Pip failed to install software!")

0 commit comments

Comments
 (0)