From 628b171297dde6dca1d677d979737652d6ac5893 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:45:09 +0200 Subject: [PATCH] Update update.sh --- update.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/update.sh b/update.sh index 851b468..8cafce0 100644 --- a/update.sh +++ b/update.sh @@ -9,14 +9,11 @@ sleep 2 echo "Update... Please wait!" - - - +git stash git pull - echo "" echo "Update complete!" echo "" -exit 0 \ No newline at end of file +exit 0