From 1b6a2a918a7a75bd003f819babd9b99e0ec3224e Mon Sep 17 00:00:00 2001 From: Nathan RODET <["nrodet@grandlyon.com"]> Date: Fri, 27 Jan 2023 09:59:41 +0000 Subject: [PATCH] Update instance-scripts/scripts/rust.sh --- 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 3989894..f1947d9 100644 --- a/instance-scripts/scripts/rust.sh +++ b/instance-scripts/scripts/rust.sh @@ -4,6 +4,6 @@ # Install Rust # -export HOME=root +export HOME=/root curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source "$HOME/.cargo/env" -- GitLab