From f0f1936648c2d9fb05f8a4a36a818a154110ebda Mon Sep 17 00:00:00 2001 From: Luca Tringali Date: Thu, 24 Jan 2019 17:54:43 +0100 Subject: Warning for adafruit script --- adafruit-pitft.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'adafruit-pitft.sh') diff --git a/adafruit-pitft.sh b/adafruit-pitft.sh index dbac144..8bb1d62 100644 --- a/adafruit-pitft.sh +++ b/adafruit-pitft.sh @@ -6,6 +6,9 @@ # 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." echo "Try 'sudo bash $0'" -- cgit v1.1