From 55f30eba661b27150215ba98b970ba0fd6abfffa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 19:49:10 -0700 Subject: [PATCH] No need to confirm the upgrade --- bin/omarchy-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-update b/bin/omarchy-update index dbf0b64..93f7287 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -28,4 +28,4 @@ done cd - >/dev/null echo -e "\e[32m\nUpdating system packages\e[0m" -yay -Syu +yay -Syu --noconfirm