Files
PGPy-3_13_patch/install_dependencies.osx.sh
2021-01-11 13:12:59 -05:00

6 lines
157 B
Bash
Executable File

#!/bin/bash
brew unlink python@3.9 && brew link --overwrite python@3.9
brew update 1>/dev/null
brew install -q libffi gnupg2 pgpdump openssl@1.1 gpgme swig