Update update.sh

force update even if local files get overwritten
This commit is contained in:
Neythen Treloar 2022-02-21 20:13:00 +00:00 committed by GitHub
parent 7621f2e631
commit 8b82113386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
sudo -H -u pi git pull origin master
sudo -H -u pi git pull origin master --force