fix git reset build script

This commit is contained in:
Christian Rotzoll 2019-07-02 01:22:42 +02:00
parent 62718f4a30
commit 3e195da56f

View File

@ -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