Skip to content

Please update sh.rustup.sh #3523

@jeffallen

Description

@jeffallen

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

  1. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  2. It doesn't work.
  3. curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rust-lang/rustup/master/rustup-init.sh | sh
  4. It works.

Possible Solution(s)

No response

Notes

No response

Rustup version

The live one right now.

Installed toolchains

None, it won't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions