From 93fc1c448994594899e7ed3ac9fb222f6ddab9b4 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Tue, 23 Aug 2022 03:34:13 +0200 Subject: [PATCH] Added updater script --- update.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..c6efb9a --- /dev/null +++ b/update.sh @@ -0,0 +1,2 @@ +git reset --hard +git pull \ No newline at end of file