diff --git a/instance-scripts/scripts/rust.sh b/instance-scripts/scripts/rust.sh index ced5e9faf5737213b2e435945691ea851a7a2348..e27cb29387918ef70fe387b7e559279095283282 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 -s -y +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | source "$HOME/.cargo/env" \ No newline at end of file