Typo: Tell sh to read the script from stdin

Signed-off-by: Thomas Glanzmann <thomas@glanzmann.de>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Thomas Glanzmann 2024-03-18 20:34:05 +01:00 committed by Kent Overstreet
parent 8ce35b5424
commit c28af3c0cc

View File

@ -21,7 +21,7 @@ In addition a recent Rust toolchain is required (rustc, cargo), either by using
is available.
``` shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y --no-modify-path
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
```
Debian (Bullseye or later) and Ubuntu (20.04 or later): you can install these with