mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
add sudo to chmod
This commit is contained in:
parent
f053fc4a64
commit
9e45fddd3b
@ -136,7 +136,7 @@ if [ "${baseImage}" = "dietpi" ]; then
|
||||
|
||||
# based on http://www.lcdwiki.com/3.5inch_HDMI_Display-B
|
||||
git clone https://github.com/goodtft/LCD-show.git
|
||||
chmod -R 755 LCD-show
|
||||
sudo chmod -R 755 LCD-show
|
||||
cd LCD-show/
|
||||
#sudo ./MPI3508-show
|
||||
sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf
|
||||
|
Loading…
Reference in New Issue
Block a user