Use brew bundle to install macOS dependencies
This commit is contained in:
6
Brewfile
Normal file
6
Brewfile
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
brew "libffi"
|
||||||
|
brew "gnupg2"
|
||||||
|
brew "pgpdump"
|
||||||
|
brew "openssl@1.1"
|
||||||
|
brew "gpgme"
|
||||||
|
brew "swig"
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
brew unlink python@3.9 && brew link --overwrite python@3.9
|
brew unlink python@3.9 && brew link --overwrite python@3.9
|
||||||
brew update 1>/dev/null
|
brew bundle install
|
||||||
brew install -q libffi gnupg2 pgpdump openssl@1.1 gpgme swig
|
|
||||||
|
|||||||
Reference in New Issue
Block a user