mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-10 00:00:24 +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.
|
is available.
|
||||||
|
|
||||||
``` shell
|
``` 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
|
Debian (Bullseye or later) and Ubuntu (20.04 or later): you can install these with
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user