Update adafruit-pitft-helper2.sh
This commit is contained in:
parent
fdcf849b0f
commit
8660d1e689
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue