mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
6 lines
162 B
Bash
6 lines
162 B
Bash
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
|