From df4ffe991fe37ced94159efecbf470038bd64d57 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 May 2026 20:48:36 +0200 Subject: [PATCH] Balance in output --- bin/omarchy-update-keyring | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-update-keyring b/bin/omarchy-update-keyring index b74edc08..d561e22a 100755 --- a/bin/omarchy-update-keyring +++ b/bin/omarchy-update-keyring @@ -19,3 +19,4 @@ fi # Always reinstall, as the keyring can be updated without a package version bump. echo -e "\e[32m\nUpdate Arch signing keys\e[0m" sudo pacman -Sy --noconfirm archlinux-keyring >/dev/null 2> >(grep -vE '^warning: archlinux-keyring-[^ ]+ is up to date -- reinstalling$' >&2) +echo "Keys are correct"