Update MPI5001-show

fix xserver-xorg-input-evdev pending on Pi Zero
This commit is contained in:
goodtft 2018-09-13 17:37:02 +08:00 committed by GitHub
parent 9d0dee79df
commit 8686532a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,7 @@ if test $version -lt 970;then
echo "reboot" echo "reboot"
else else
echo "need to update touch configuration" echo "need to update touch configuration"
if test $version -ge 1023;then sudo apt-get install xserver-xorg-input-evdev
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
fi fi
fi fi
sudo mkdir /etc/X11/xorg.conf.d sudo mkdir /etc/X11/xorg.conf.d