diff options
author | Luca Tringali <tringalinvent@libero.it> | 2019-01-24 18:00:17 +0100 |
---|---|---|
committer | Luca Tringali <tringalinvent@libero.it> | 2019-01-24 18:00:17 +0100 |
commit | 750f480f6c57df30c11bff914652d78d4dbfec2f (patch) | |
tree | 015316a51b4f7c03d8bd15ad15f3de6b648c3c51 | |
parent | f0f1936648c2d9fb05f8a4a36a818a154110ebda (diff) |
Warning after clear
-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." |