Skip to content

Instantly share code, notes, and snippets.

@xcsrz
Created March 11, 2020 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xcsrz/eb6f40a9e1abd91f1bb3935c7f9ab545 to your computer and use it in GitHub Desktop.
Save xcsrz/eb6f40a9e1abd91f1bb3935c7f9ab545 to your computer and use it in GitHub Desktop.
fix for when `macos catalina upgrade` makes random scripts bomb with `Abort trap: 6`
brew update && brew upgrade && brew install openssl
cd /usr/local/Cellar/openssl/1.0.2*/lib
sudo cp libssl.1.0.0.dylib libcrypto.1.0.0.dylib /usr/local/lib/
cd /usr/local/lib
sudo ln -s libssl.1.0.0.dylib libssl.dylib
sudo ln -s libcrypto.1.0.0.dylib libcrypto.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment