We currently emit curl-sh exprs of the form:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.3.0/cargo-dist-installer.sh | sh
This was inherited from https://rustup.rs/ although we added the extra -L (iirc required to chase redirects from github).
It has been suggested we should update this to tlsv1.3 -- I'm not really a tls/interop expert, so feedback welcome.
We currently emit curl-sh exprs of the form:
This was inherited from https://rustup.rs/ although we added the extra
-L(iirc required to chase redirects from github).It has been suggested we should update this to tlsv1.3 -- I'm not really a tls/interop expert, so feedback welcome.