From 910c045b084e67020c34a0bb3b24cc89b11ea6b6 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 28 Sep 2025 17:07:12 -0700 Subject: [PATCH] Update update.sh --- update.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/update.sh b/update.sh index e341cb0..471752b 100644 --- a/update.sh +++ b/update.sh @@ -36,7 +36,6 @@ if ! git pull origin main --rebase; then git reset --hard origin/main else echo "Update aborted due to git conflicts." - exit 1 fi fi @@ -53,7 +52,6 @@ else pip install --break-system-packages -r requirements.txt --upgrade else echo "Update aborted due to dependency installation issue." - exit 1 fi fi