omarchy/migrations/1752082381.sh
2025-08-24 17:35:24 +02:00

6 lines
170 B
Bash

echo "Adding gnome-keyring to make 1password work with 2FA codes"
if ! command -v gnome-keyring &>/dev/null; then
sudo pacman -S --noconfirm --needed gnome-keyring
fi