Update update.sh

force update even if overwrite local files
This commit is contained in:
Neythen Treloar
2022-02-21 20:23:04 +00:00
committed by GitHub
parent 8b82113386
commit ae72b9791c

View File

@@ -1,3 +1,3 @@
sudo -H -u pi git fetch --all --force
sudo -H -u pi git reset --hard origin/master
sudo -H -u pi git pull origin master --force