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