Update adafruit-pitft-helper2.sh

This commit is contained in:
Limor "Ladyada" Fried 2017-11-07 23:52:29 -05:00 committed by GitHub
parent fdcf849b0f
commit 8660d1e689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -506,10 +506,10 @@ if [ "${pitfttype}" != "28r" ] && [ "${pitfttype}" != "28c" ] && [ "${pitfttype}
fi
info PITFT "System update"
#sysupdate || bail "Unable to apt-get update"
sysupdate || bail "Unable to apt-get update"
info PITFT "Installing Python libraries & Software..."
#softwareinstall || bail "Unable to install software"
softwareinstall || bail "Unable to install software"
info PITFT "Installing Device Tree Overlay..."
overlayinstall || bail "Unable to install overlay"