Skip to content

Commit

Permalink
Update MPI3510-show
Browse files Browse the repository at this point in the history
fix xserver-xorg-input-evdev pending on Pi Zero
  • Loading branch information
goodtft authored Sep 13, 2018
1 parent 56a5272 commit dc6c80f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions MPI3510-show
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,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
sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf
echo "reboot"
fi
Expand Down

0 comments on commit dc6c80f

Please sign in to comment.