Commit 9728099
Changed files (1)
README.md
@@ -25,7 +25,7 @@ An ansible playbook for setting up Debian Sid (console only) on a Dell Chromeboo
```
export GPG_TTY="$(tty)"
- export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh
+ export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye > /dev/null
```