Separate out the bulk of omarchy-update so we can get any changes from git to it first

Also run migrate after we have updated system packages
This commit is contained in:
David Heinemeier Hansson
2025-09-15 21:58:11 +02:00
parent 461f8186f6
commit 2719db01f9
2 changed files with 9 additions and 4 deletions
+1 -4
View File
@@ -4,7 +4,4 @@ set -e
omarchy-snapshot create || [ $? -eq 127 ]
omarchy-update-git
omarchy-migrate
omarchy-update-system-pkgs
omarchy-update-restart
omarchy-update-available-reset
omarchy-update-perform
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
omarchy-update-available-reset
omarchy-update-system-pkgs
omarchy-migrate
omarchy-update-restart