What changes are necessary to make rustup.sh handle sudo itself?

Here’s my current patch: https://github.com/rust-lang/rustup/compare/master...brson:next

The default mode is interactive and first explains exactly what’s going to happen. It runs sudo unconditionally and says so in the welcome message.

1 Like