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
|
||||
|
||||
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
|
||||
brew bundle install
|
||||
|
||||
Reference in New Issue
Block a user