From 38bbcd62dd2dc4511a9ee907e3c61108dc6f35e3 Mon Sep 17 00:00:00 2001 From: goodtft Date: Thu, 13 Sep 2018 17:33:30 +0800 Subject: [PATCH] Update LCD7B-show fix xserver-xorg-input-evdev pending on Pi Zero --- LCD7B-show | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/LCD7B-show b/LCD7B-show index ee11053..0e17561 100644 --- a/LCD7B-show +++ b/LCD7B-show @@ -18,13 +18,7 @@ if test $version -lt 970;then echo "reboot" else echo "need to update touch configuration" -if test $version -ge 1023;then -echo "install xserver-xorg-input-evdev_2.10.5-1" -sudo dpkg -i -B xserver-xorg-input-evdev_2.10.5-1_armhf.deb -else -echo "install xserver-xorg-input-evdev_1%3a2.10.3-1" -sudo dpkg -i -B xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb -fi +sudo apt-get install xserver-xorg-input-evdev fi fi sudo mkdir /etc/X11/xorg.conf.d