From 4ef018e00413e8e593b274ef4d34cf338dd35d1e Mon Sep 17 00:00:00 2001 From: frennkie Date: Sun, 3 Nov 2019 18:26:20 +0100 Subject: [PATCH] Install calibration tool by default --- build_sdcard.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_sdcard.sh b/build_sdcard.sh index b0c486e0c..4fb9064b0 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -742,6 +742,7 @@ if [ "${baseImage}" = "dietpi" ]; then sudo chmod -R 755 LCD-show sudo chown -R admin:admin LCD-show cd LCD-show/ + sudo dpkg -i xinput-calibrator_0.7.5-1_armhf.deb # sudo ./LCD35-show sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf sudo mkdir /etc/X11/xorg.conf.d @@ -784,6 +785,7 @@ if [ "${baseImage}" = "raspbian" ]; then sudo chmod -R 755 LCD-show sudo chown -R admin:admin LCD-show cd LCD-show/ + sudo dpkg -i xinput-calibrator_0.7.5-1_armhf.deb sudo ./LCD35-show else