modify MPI5008 driver

This commit is contained in:
goodtft 2025-11-20 08:43:14 +00:00
parent 5e258f04f6
commit d2dc45d9b2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ wget --spider -q -o /dev/null --tries=1 -T 10 http://mirrors.zju.edu.cn/raspbian
if [ $? -ne 0 ]; then
input_result=1
else
sudo apt-get update
#sudo apt-get update
sudo apt-get install xserver-xorg-input-evdev 2> error_output.txt
dpkg -l | grep xserver-xorg-input-evdev > /dev/null 2>&1
if [ $? -ne 0 ]; then