From dee41e83307e90301c65313c825d35eb8da05819 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 31 Mar 2022 00:10:58 +0200 Subject: [PATCH] =?UTF-8?q?Installation=20correct=20de=20Rust=20avec=20Fis?= =?UTF-8?q?h=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wsl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wsl.sh b/wsl.sh index bed6a59..7f38e24 100644 --- a/wsl.sh +++ b/wsl.sh @@ -110,8 +110,9 @@ then git config --global commit.gpgsign true # == Rust == - curl https://sh.rustup.rs -sSf | sh -s -- -y + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source "$HOME"/.cargo/env + fish -c "fish_add_path $HOME/.cargo/bin" # Dev tools rustup component add rust-analysis rustup component add rls