Skip to content

Commit

Permalink
added deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Sep 22, 2021
1 parent 52e2943 commit ea9e288
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions stage3/03-crankshaft-base/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,6 @@ install -m 644 files/lib/systemd/system/dhcpcd.service "${ROOTF

#qt5
tar -xf files/qt5/Qt5_OpenGLES2.tar.xz -C ${ROOTFS_DIR}/

#wiringpi
install -m 755 files/wiringpi-latest.deb "${ROOTFS_DIR}/root/"
3 changes: 1 addition & 2 deletions stage3/03-crankshaft-base/06-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

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

0 comments on commit ea9e288

Please sign in to comment.