From 8fb9b51d039ed3885730c14122038097925da413 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 18:33:06 -0700 Subject: [PATCH] Update system packages when updating omarchy --- bin/omarchy-update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/omarchy-update b/bin/omarchy-update index 3c72f7f..dbf0b64 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -26,3 +26,6 @@ done # Back to where we came from cd - >/dev/null + +echo -e "\e[32m\nUpdating system packages\e[0m" +yay -Syu