Last active
April 28, 2018 16:37
-
-
Save dmonagha/ce9422c36e576ed1b80a1a8eb20004d8 to your computer and use it in GitHub Desktop.
Update openssl OSX High Sierra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
brew update | |
brew install openssl | |
which openssl | |
openssl version -a | |
ln -s /usr/local/Cellar/openssl/1.0.2o_1/bin/openssl /usr/local/bin/openssl | |
which openssl | |
openssl version -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment