Update macx.sh

This commit is contained in:
Laura Hausmann 2024-05-23 16:37:51 +02:00
parent 22c8f522ad
commit 6a3574c788
Signed by untrusted user: zotan
GPG key ID: D044E84C5BE01605

View file

@ -38,6 +38,9 @@ echo
echo "--- Running postinstall steps ---"
echo "Configuring pinentry-mac"
mkdir -p ~/.gnupg
defaults write org.gpgtools.common UseKeychain -bool NO
defaults write org.gpgtools.common UseKeychain NO
echo "pinentry-program /opt/homebrew/bin/pinentry-mac" >> ~/.gnupg/gpg-agent.conf
echo "Configuring dock autohide"