add sudo to chmod

This commit is contained in:
openoms 2019-03-27 07:54:10 +00:00
parent f053fc4a64
commit 9e45fddd3b

View File

@ -136,7 +136,7 @@ if [ "${baseImage}" = "dietpi" ]; then
# based on http://www.lcdwiki.com/3.5inch_HDMI_Display-B # based on http://www.lcdwiki.com/3.5inch_HDMI_Display-B
git clone https://github.com/goodtft/LCD-show.git git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show sudo chmod -R 755 LCD-show
cd LCD-show/ cd LCD-show/
#sudo ./MPI3508-show #sudo ./MPI3508-show
sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf