Files
omarchy/migrations/1752082381.sh

6 lines
162 B
Bash
Raw Normal View History

2025-07-09 10:33:49 -07:00
echo "Adding gnome-keyring to make 1password work with 2FA codes"
if ! command -v gnome-keyring &>/dev/null; then
yay -S --noconfirm --needed gnome-keyring
fi