6 lines
157 B
Bash
Executable File
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
|