From 70757d05a3ada2e369b5a87261008b0e697a3747 Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Fri, 13 Jan 2023 10:25:57 +0100 Subject: [PATCH] Added scripts configuration --- instance-scripts/scripts/rust.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instance-scripts/scripts/rust.sh b/instance-scripts/scripts/rust.sh index 35c7bde..20ad98e 100644 --- a/instance-scripts/scripts/rust.sh +++ b/instance-scripts/scripts/rust.sh @@ -4,4 +4,5 @@ # Install Rust # -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source "$HOME/.cargo/env" +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y +source "$HOME/.cargo/env" \ No newline at end of file -- GitLab