mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 04:43:10 +02:00
fix git reset build script
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user