v0.7.0: getting rid of kernel package dependency altogether

This commit is contained in:
Brennen Bearnes 2015-06-01 17:23:40 -06:00
parent bf39271a22
commit affe7ea514
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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
}