From a3cdd187c9971d28b89b0fe9059ff3d693993c91 Mon Sep 17 00:00:00 2001 From: Diogo Ferreira Date: Wed, 18 Feb 2026 20:33:32 +0000 Subject: [PATCH] update: Update archlinux-keyring before updating packages (#4639) Maintainer keys might have been added/revoked, let's ensure that we have the latest before updating the packages, otherwise users might have to do this manually. Fixes https://github.com/basecamp/omarchy/issues/4608 --- bin/omarchy-update-keyring | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/omarchy-update-keyring b/bin/omarchy-update-keyring index f54cfb82..c9a5f3df 100755 --- a/bin/omarchy-update-keyring +++ b/bin/omarchy-update-keyring @@ -12,3 +12,6 @@ if omarchy-pkg-missing omarchy-keyring || ! sudo pacman-key --list-keys 40DFB630 sudo pacman-key --list-keys 40DFB630FF42BCFFB047046CF0134EE680CAC571 fi + +# Ensure we have the latest archlinux-keyring, maintainer keys might have changed +sudo pacman -Sy archlinux-keyring