rustup.sh
rustup.sh copied to clipboard
Unable to install from mirror's beta/nightly channel
I try to install rust from a mirror:
export RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static
rustup.sh --channel=beta # Or --channel=nightly
But curl still downloads from https://static.rust-lang.org/
rustup.sh --channel=stable
works as expected.
How to download the beta/nightly toolchain from a mirror?