added update script

This commit is contained in:
Neythen 2021-05-31 11:26:41 +01:00
parent 50a777ada4
commit 4ef2b88d60

5
update.sh Executable file
View File

@ -0,0 +1,5 @@
git fetch --all
git reset --hard origin/master
git pull origin master
./setup.sh