From c4dcc6ae5776ccec81f1962e76cf6cc3dd0725d9 Mon Sep 17 00:00:00 2001 From: Anri Date: Sun, 14 Nov 2021 22:07:00 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'installRust.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installRust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installRust.sh b/installRust.sh index c3b16c9..a19acb4 100644 --- a/installRust.sh +++ b/installRust.sh @@ -1,4 +1,4 @@ -which curl &> /dev/null || sudo apt update && sudo apt install curl -y # Install curl if not already installed +which curl &> /dev/null || { sudo apt update; sudo apt install curl -y } # Install curl if not already installed # Install rust curl https://sh.rustup.rs -sSf | sh -s -- -y source $HOME/.cargo/env