Bring latest changes from internal Mac-Cloud repository from 21 September
This commit is contained in:
@@ -4,7 +4,11 @@ export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH"
|
||||
|
||||
echo Installing OpenSSL...
|
||||
/usr/local/bin/brew install openssl
|
||||
/usr/local/bin/brew link openssl --force
|
||||
|
||||
if is_BigSur; then
|
||||
ln -sf $(brew --prefix openssl)/bin/openssl /usr/local/bin/openssl
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Install OpenSSL 1.0.2t
|
||||
# https://www.openssl.org/policies/releasestrat.html - Version 1.0.2 will be supported until 2019-12-31 (LTS)
|
||||
|
||||
Reference in New Issue
Block a user