Update update.sh

This commit is contained in:
Neythen Treloar 2022-02-21 20:26:07 +00:00 committed by GitHub
parent 5368e5b09b
commit 7964a29929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
sudo -H -u pi git pull origin master
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