sh: --default-toolchain: No such file or directory curl: (23) Failure writing output to destination
ignacek1 opened this issue · 3 comments
ignacek1 commented
This is what happens when I try to build:
➜ moros git:(trunk) curl https://sh.rustup.rs -sSf | sh -- --default-toolchain none
sh: --default-toolchain: No such file or directory
curl: (23) Failure writing output to destination
➜ moros git:(trunk)
vinc commented
vinc commented
The idea with this command is to avoid downloading the default toolchain for nothing before downloading the repo's toolchain defined in rust-toolchain.toml
right after that.
ignacek1 commented
thank you