Browse Source

security fix LCD-show to commit version

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

1
build_sdcard.sh

@ -833,6 +833,7 @@ if [ "${baseImage}" = "raspbian" ]; then
sudo chmod -R 755 LCD-show
sudo chown -R admin:admin LCD-show
cd LCD-show/
git reset --hard ce52014
sudo ./LCD35-show
else

Loading…
Cancel
Save