v0.7.0: getting rid of kernel package dependency altogether
This commit is contained in:
parent
bf39271a22
commit
affe7ea514
2 changed files with 2 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ echo "Adding apt.adafruit.com to sources.list"
|
|||
curl -SLs https://apt.adafruit.com/add | chroot $target_mnt /bin/bash
|
||||
|
||||
echo "Installing adafruit-pitft-helper and dependencies"
|
||||
chroot $target_mnt sudo apt-get install raspberrypi-bootloader-adafruit-pitft
|
||||
chroot $target_mnt sudo apt-get install adafruit-pitft-helper
|
||||
|
||||
echo "Running adafruit-pitft-helper"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
function print_version() {
|
||||
echo "Adafruit PiTFT Helper v0.6.0"
|
||||
echo "Adafruit PiTFT Helper v0.7.0"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue