diff options
-rwxr-xr-x[-rw-r--r--] | adafruit-pitft.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/adafruit-pitft.sh b/adafruit-pitft.sh index 8bb1d62..82ff069 100644..100755 --- a/adafruit-pitft.sh +++ b/adafruit-pitft.sh @@ -6,8 +6,6 @@ # chmod +x adafruit-pitft.sh # sudo ./adafruit-pitft.sh -echo "WARNING:" -echo "This script should only be used with the Raspbian Buster beta image by codice-sorgente.it (https://www.codice-sorgente.it/raspbian-buster-pyside2-lxqt/#English)" if [ $(id -u) -ne 0 ]; then echo "Installer must be run as root." @@ -468,6 +466,9 @@ target_homedir="/home/pi" clear +echo "WARNING:" +echo "This script should only be used with the Raspbian Buster beta image by codice-sorgente.it (https://www.codice-sorgente.it/raspbian-buster-pyside2-lxqt/#English)" +echo " " echo "This script downloads and installs" echo "PiTFT Support using userspace touch" echo "controls and a DTO for display drawing." |