fintic-tracker/update.sh

4 lines
128 B
Bash
Raw Permalink Normal View History

2022-02-21 20:26:07 +00:00
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