Break-out omarchy-update so we can update each step independently and have changes apply to the active update

This commit is contained in:
David Heinemeier Hansson
2025-08-10 20:23:29 +02:00
parent a23a48594f
commit d9d847fd71
4 changed files with 23 additions and 23 deletions

5
bin/omarchy-update-system-pkgs Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo -e "\e[32m\nUpdate system packages\e[0m"
yay -Syu --noconfirm
echo