Files
runner-images-sangeeth/images/macos/provision/core/openssl.sh
T
b635f29ec0 [macOS] Deprecate openssl 1.0.2 and set 1.1 as the default one (#2223)
* switch to 1.1 + test

* fix echo

* add path test

* fix version test

* Update comment

Co-authored-by: Mike McQuaid <[email protected]>

Co-authored-by: Mike McQuaid <[email protected]>
2020-12-11 09:47:34 +03:00

13 lines
296 B
Bash
Executable File

#!/bin/bash -e -o pipefail
source ~/utils/utils.sh
echo "Install latest openssl"
brew install openssl
echo "Install [email protected]"
brew install [email protected]
# Symlink brew [email protected] to `/usr/local/bin` as Homebrew refuses
ln -sf $(brew --prefix [email protected])/bin/openssl /usr/local/bin/openssl