From f6cfdc6f28ee9d9ec270ff4067218af61ff45260 Mon Sep 17 00:00:00 2001 From: Specoolazius Date: Sat, 2 Apr 2022 21:04:40 +0200 Subject: [PATCH] git update --- bot/scripts/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bot/scripts/update.sh b/bot/scripts/update.sh index a9bf588..19e2188 100644 --- a/bot/scripts/update.sh +++ b/bot/scripts/update.sh @@ -1 +1,5 @@ #!/bin/bash +# Updates bot from https://github.com/Specoolazius/mcserver-discordbot + +git stash +git pull --rebase origin