From faaf672eb401963d28877f38f8d6b0639590b293 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 19:08:41 -0400 Subject: [PATCH] Alert that we are updating system packages --- bin/omarchy-update | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-update b/bin/omarchy-update index 15fd038..d81c59a 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -27,4 +27,5 @@ done cd - >/dev/null # Update system packages +echo -e "\e[32m\nUpdate system packages\e[0m" yay -Syu --noconfirm