From 750f480f6c57df30c11bff914652d78d4dbfec2f Mon Sep 17 00:00:00 2001 From: Luca Tringali Date: Thu, 24 Jan 2019 18:00:17 +0100 Subject: Warning after clear --- adafruit-pitft.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 adafruit-pitft.sh (limited to 'adafruit-pitft.sh') diff --git a/adafruit-pitft.sh b/adafruit-pitft.sh old mode 100644 new mode 100755 index 8bb1d62..82ff069 --- 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." -- cgit v1.1