diff --git a/instance-scripts/scripts/rust.sh b/instance-scripts/scripts/rust.sh
index e27cb29387918ef70fe387b7e559279095283282..3d0fda9ebbc4c09be2c92d8abb8dea24e8046d55 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 |
-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
\ No newline at end of file