Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update sh.rustup.sh #3523

Closed
jeffallen opened this issue Nov 5, 2023 · 2 comments
Closed

Please update sh.rustup.sh #3523

jeffallen opened this issue Nov 5, 2023 · 2 comments
Labels

Comments

@jeffallen
Copy link

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.
@jeffallen jeffallen added the bug label Nov 5, 2023
@rami3l
Copy link
Member

rami3l commented Nov 5, 2023

Hi @jeffallen, thanks for filing this issue!

We are aware of it and, as a matter of fact, are actively working towards a new release in #3501.

Once that issue is closed, the shell script on the server that you mentioned will be up to date. We are very close to done now, please stay tuned!

@rami3l
Copy link
Member

rami3l commented Nov 5, 2023

I'm closing this one as a duplicate of #3501. Please feel free to tell us if you have other concerns :)

@rami3l rami3l closed this as not planned Won't fix, can't repro, duplicate, stale Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants