-
Notifications
You must be signed in to change notification settings - Fork 969
Closed as not planned
Labels
Description
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, 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.