From d06f79dd125cf66ac417b5ca4a8bd05ebb5dbc38 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 23 Jan 2024 21:47:53 +0100 Subject: [PATCH] added source command to rust installation --- configure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 89aca5c..a6d2fb5 100755 --- a/configure.sh +++ b/configure.sh @@ -51,7 +51,8 @@ $COMMAND # Install Rust if ! [ -x "$(command -v cargo)" ]; then - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # Install Rust and components + source "$HOME/.cargo/env" fi # Config Rust version