todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

add ~/.gnupg/gpg-agent.conf PATH and Parameters #10

Closed todd-dsm closed 5 years ago

todd-dsm commented 6 years ago
==> Upgrading gpg-agent 
==> Downloading https://homebrew.bintray.com/bottles/gpg-agent-2.0.30_3.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring gpg-agent-2.0.30_3.sierra.bottle.tar.gz
==> Caveats
Remember to add "use-standard-socket" to your ~/.gnupg/gpg-agent.conf
file.

This formula is keg-only, which means it was not symlinked into /usr/local,
because GPG 2.1.x ships an internal gpg-agent which it must use.

If you need to have this software first in your PATH run:
  echo 'export PATH="/usr/local/opt/gpg-agent/bin:$PATH"' >> ~/.bash_profile
todd-dsm commented 5 years ago

this seems to have resolved itself:

which gpg-agent
/usr/local/bin/gpg-agent