Move to git update to ensure it's not lost

This commit is contained in:
David Heinemeier Hansson
2026-03-08 17:04:12 +01:00
parent e0bd449c71
commit ef93f6356c
3 changed files with 3 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@ trap 'echo ""; echo -e "\033[0;31mSomething went wrong during the update!\n\nPle
if [[ $1 == "-y" ]] || omarchy-update-confirm; then
omarchy-snapshot create || (($? == 127))
omarchy-update-time
omarchy-update-git
omarchy-update-perform
fi