From fc3467a66eb204a765c8fc47255cc5f2da64e3c6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 12 Aug 2025 07:39:11 +0200 Subject: [PATCH] Don't update uwsm until there's a confirmed good version released --- bin/omarchy-update-system-pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-update-system-pkgs b/bin/omarchy-update-system-pkgs index 9b65fd09..fec84a42 100755 --- a/bin/omarchy-update-system-pkgs +++ b/bin/omarchy-update-system-pkgs @@ -1,5 +1,5 @@ #!/bin/bash echo -e "\e[32m\nUpdate system packages\e[0m" -yay -Syu --noconfirm +yay -Syu --noconfirm --ignore uwsm echo