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