From eab98139bcc377a9c80a64208494c113194eefab Mon Sep 17 00:00:00 2001
From: Nathan Rodet <nrodet@grandlyon.com>
Date: Fri, 13 Jan 2023 10:24:28 +0100
Subject: [PATCH] Added scripts configuration

---
 instance-scripts/scripts/rust.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/instance-scripts/scripts/rust.sh b/instance-scripts/scripts/rust.sh
index 21df85f..35c7bde 100644
--- a/instance-scripts/scripts/rust.sh
+++ b/instance-scripts/scripts/rust.sh
@@ -4,5 +4,4 @@
 # Install Rust
 #
 
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
-source "$HOME/.cargo/env"
\ No newline at end of file
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source "$HOME/.cargo/env"
-- 
GitLab