You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit 900d3d6, a bug making Illumos installs fail got fixed.
The update has not been deployed to sh.rustup.rs yet.
Using curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rust-lang/rustup/master/rustup-init.sh | sh works now, but curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh does not because it has not been updated.
Steps
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
It doesn't work.
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rust-lang/rustup/master/rustup-init.sh | sh
It works.
Possible Solution(s)
No response
Notes
No response
Rustup version
The live one right now.
Installed toolchains
None, it won't work.
The text was updated successfully, but these errors were encountered:
Problem
In commit 900d3d6, a bug making Illumos installs fail got fixed.
The update has not been deployed to sh.rustup.rs yet.
Using
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rust-lang/rustup/master/rustup-init.sh | sh
works now, butcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
does not because it has not been updated.Steps
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rust-lang/rustup/master/rustup-init.sh | sh
Possible Solution(s)
No response
Notes
No response
Rustup version
The live one right now.
Installed toolchains
None, it won't work.
The text was updated successfully, but these errors were encountered: