diff --git a/priv/script.sh b/priv/script.sh index ca1e3dec..def477e9 100755 --- a/priv/script.sh +++ b/priv/script.sh @@ -138,10 +138,10 @@ install() { ;; "Erlang") if [ "$os_type" = "macOS" ]; then - brew install autoconf openssl@1.1 wxwidgets libxslt fop + brew install autoconf openssl wxwidgets libxslt fop if [ ! -f ~/.kerlrc ]; then - printf "KERL_CONFIGURE_OPTIONS=\"--with-ssl=$(brew --prefix openssl@1.1) --without-javac\"\n" >~/.kerlrc + printf "KERL_CONFIGURE_OPTIONS=\"--with-ssl=$(brew --prefix openssl) --without-javac\"\n" >~/.kerlrc fi ulimit -n 1024