Reputation: 23
I used Migration Assistant to move my account over to my new M1 Mac and am now trying to remove the old version of Homebrew using these steps.
When I try to run the uninstall script, though, I get this error:
√ ~ % arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"
curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
I've updated my system to 12.3. My curl version is
curl 7.40.0 (x86_64-apple-darwin14.0.0) libcurl/7.40.0 OpenSSL/0.9.8zd zlib/1.2.11
I'm stumped and would appreciate advice!
Upvotes: 0
Views: 3433
Reputation: 23
I found the answer in a couple of places.
It wasn't pretty, but it took it off and now am rebuilding it with the M1 version.
Upvotes: 1