Improve update scripts

This commit is contained in:
2026-06-21 13:21:28 +02:00
parent 691014286c
commit 52c10d7223
3 changed files with 13 additions and 18 deletions
+2 -1
View File
@@ -14,12 +14,13 @@ if [ ! -d "./code/.git" ]; then
cd ./code
./scripts/decrypt.sh
echo "Done"
else
cd "./code"
fi
echo "Running regular repo update..."
echo ""
cd "./code"
git fetch origin
LOCAL=$(git rev-parse HEAD)
REMOTE=$(git rev-parse "origin/$BRANCH")