mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-28 05:51:10 +02:00
Update update.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user