summaryrefslogtreecommitdiff
path: root/adafruit-pitft.sh
diff options
context:
space:
mode:
authorLuca Tringali <tringalinvent@libero.it>2019-01-24 17:54:43 +0100
committerLuca Tringali <tringalinvent@libero.it>2019-01-24 17:54:43 +0100
commitf0f1936648c2d9fb05f8a4a36a818a154110ebda (patch)
tree703a57002d506cda3e948e41b314aadcdf90044f /adafruit-pitft.sh
parentcd0ee5419847f47206861780504e1c1595b2d07c (diff)
Warning for adafruit script
Diffstat (limited to 'adafruit-pitft.sh')
-rw-r--r--adafruit-pitft.sh3
1 files changed, 3 insertions, 0 deletions
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'"