mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
delete old git before update
This commit is contained in:
parent
86935efefb
commit
29201dc9cf
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ if [ "${command}" == "check-repair" ]; then
|
|||
echo "# --> new kernel detected - checking if LCD driver needs update ..."
|
||||
if [ ${oldDrivers} -eq 1 ]; then
|
||||
echo "# --> old LCD driver detected - starting update ..."
|
||||
sudo rm -rf /home/admin/LCD-show
|
||||
cd /home/admin
|
||||
sudo -u admin git clone https://github.com/MrYacha/LCD-show.git
|
||||
sudo -u admin chmod -R 755 LCD-show
|
||||
|
|
Loading…
Add table
Reference in a new issue