From 3415fef29783e6f958239e01885ddb4f3b8b67b1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 20 Jul 2025 21:24:10 -0500 Subject: [PATCH] Go back to just always updating system packages Otherwise we can't depend on having the same minimum versions --- bin/omarchy-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-update b/bin/omarchy-update index 8eeeffd..15fd038 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -26,5 +26,5 @@ done # Back to where we came from cd - >/dev/null -echo -e "" -gum confirm "Update system packages too?" && yay -Syu --noconfirm +# Update system packages +yay -Syu --noconfirm