mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-22 00:04:31 +03:00
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:
parent
8ce35b5424
commit
c28af3c0cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user