Skip to content

Commit

Permalink
added wiringpi fix #484 fix #474 fix #473 on pi4
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Sep 22, 2021
1 parent ea8120d commit fe7e271
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stage3/03-crankshaft-base/06-run-chroot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -e

apt-get purge wiringpi -y
hash -r
wget https://project-downloads.drogon.net/wiringpi-latest.deb
dpkg -i wiringpi-latest.deb

0 comments on commit fe7e271

Please sign in to comment.