diff --git a/build_sdcard.sh b/build_sdcard.sh index 634bca3ad..e6b571e99 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -828,10 +828,12 @@ if [ "${baseImage}" = "raspbian" ]; then cd /home/admin/ sudo apt-mark hold raspberrypi-bootloader git clone https://github.com/goodtft/LCD-show.git + cd LCD-show/ + sudo git reset --hard ce52014 + cd .. sudo chmod -R 755 LCD-show sudo chown -R admin:admin LCD-show cd LCD-show/ - git reset --hard ce52014 sudo ./LCD35-show else