mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
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:
@@ -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
bin/omarchy-update-perform
Executable file
8
bin/omarchy-update-perform
Executable file
@@ -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