From fcd28fe97b419bf2667d25e22cb4f4e2580c96d4 Mon Sep 17 00:00:00 2001 From: Kysh <42900317+Kyshman@users.noreply.github.com> Date: Sat, 8 Feb 2025 00:46:42 +0300 Subject: [PATCH] Update README.md section SSH for MacPorts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24ea024..89f86b6 100644 --- a/README.md +++ b/README.md @@ -1225,10 +1225,10 @@ wget https://raw.githubusercontent.com/drduh/config/master/gpg-agent.conf **macOS** -Install pinentry with `brew install pinentry-mac` then edit `gpg-agent.conf` to set the `pinentry-program` path to: +Install pinentry with `brew install pinentry-mac` or `sudo port install pinentry` then edit `gpg-agent.conf` to set the `pinentry-program` path to: * Apple Silicon Macs: `/opt/homebrew/bin/pinentry-mac` -* Intel Macs: `/usr/local/bin/pinentry-mac` +* Intel Macs: `/usr/local/bin/pinentry-mac` or `/opt/local/bin/pinentry` (MacPorts) * MacGPG Suite: `/usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac` Then run `gpgconf --kill gpg-agent` for the change to take effect.