5 lines
164 B
Plaintext
Executable File
5 lines
164 B
Plaintext
Executable File
## GNOME Keyring
|
|
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets)
|
|
export GPG_TTY=$(tty)
|
|
gpg-connect-agent updatestartuptty /bye >/dev/null
|