From fef5f38dc9bd4f557c6cf6a2ab701f496000367e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 19:12:15 -0400 Subject: [PATCH] Only if needed --- migrations/1752082381.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1752082381.sh b/migrations/1752082381.sh index 05b6d8d..eb6df91 100644 --- a/migrations/1752082381.sh +++ b/migrations/1752082381.sh @@ -1,2 +1,2 @@ echo "Adding gnome-keyring to make 1password work with 2FA codes" -yay -S --noconfirm gnome-keyring +yay -S --noconfirm --needed gnome-keyring