mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix LCD install
This commit is contained in:
parent
60996a389e
commit
9160fe2828
1 changed files with 1 additions and 0 deletions
|
@ -754,6 +754,7 @@ echo ""
|
|||
# activate LCD and trigger reboot
|
||||
# dont do this on dietpi to allow for automatic build
|
||||
if [ "${baseImage}" != "dietpi" ]; then
|
||||
sudo chmod +x -R /home/admin/LCD-show
|
||||
cd /home/admin/LCD-show/
|
||||
sudo apt-mark hold raspberrypi-bootloader
|
||||
sudo ./LCD35-show
|
||||
|
|
Loading…
Add table
Reference in a new issue