Browse Source

fix git reset build script

v1.3
Christian Rotzoll 6 years ago
parent
commit
3e195da56f
  1. 4
      build_sdcard.sh

4
build_sdcard.sh

@ -828,10 +828,12 @@ if [ "${baseImage}" = "raspbian" ]; then
cd /home/admin/ cd /home/admin/
sudo apt-mark hold raspberrypi-bootloader sudo apt-mark hold raspberrypi-bootloader
git clone https://github.com/goodtft/LCD-show.git 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 chmod -R 755 LCD-show
sudo chown -R admin:admin LCD-show sudo chown -R admin:admin LCD-show
cd LCD-show/ cd LCD-show/
git reset --hard ce52014
sudo ./LCD35-show sudo ./LCD35-show
else else

Loading…
Cancel
Save