Created
November 9, 2020 16:55
-
-
Save phil-a/dc6be80a7da6a4b47801842a48d4f55c to your computer and use it in GitHub Desktop.
Revisions
-
phil-a created this gist
Nov 9, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # Install old openssl brew tap-new phil/old-openssl brew extract --version=1.0.2t openssl phil/old-openssl brew install [email protected] cd /usr/local/opt # Remove old symlink unlink openssl # Create symlink ln -s ../Cellar/[email protected]/1.0.2t openssl # Verify symlink (should equal openssl -> ../Cellar/[email protected]/1.0.2t) ls -la | grep openssl