diff --git a/instance-scripts/scripts/rust.sh b/instance-scripts/scripts/rust.sh index 6cae6125e5329c05804f4197ff228ecd0a18417b..21df85f4b32fe2ead4be19dd72266633f1436f47 100644 --- a/instance-scripts/scripts/rust.sh +++ b/instance-scripts/scripts/rust.sh @@ -1,8 +1,8 @@ -#!/bin/sh +#!/bin/bash # # 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 +source "$HOME/.cargo/env" \ No newline at end of file