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:
+1
-4
@@ -4,7 +4,4 @@ set -e
|
|||||||
|
|
||||||
omarchy-snapshot create || [ $? -eq 127 ]
|
omarchy-snapshot create || [ $? -eq 127 ]
|
||||||
omarchy-update-git
|
omarchy-update-git
|
||||||
omarchy-migrate
|
omarchy-update-perform
|
||||||
omarchy-update-system-pkgs
|
|
||||||
omarchy-update-restart
|
|
||||||
omarchy-update-available-reset
|
|
||||||
|
|||||||
Executable
+8
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
omarchy-update-available-reset
|
||||||
|
omarchy-update-system-pkgs
|
||||||
|
omarchy-migrate
|
||||||
|
omarchy-update-restart
|
||||||
Reference in New Issue
Block a user