From c28af3c0ccdc62eb7b92e78b0aaebde394e34cb1 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 18 Mar 2024 20:34:05 +0100 Subject: [PATCH] Typo: Tell sh to read the script from stdin Signed-off-by: Thomas Glanzmann Signed-off-by: Kent Overstreet --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9b5eab36..99c33776 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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