From 3e195da56f73a0aae4114ced1aeab4ea364dc54f Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 2 Jul 2019 01:22:42 +0200 Subject: [PATCH] fix git reset build script --- build_sdcard.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index 634bca3..e6b571e 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