diff --git a/configure.sh b/configure.sh index 1b24599..20ac4ef 100755 --- a/configure.sh +++ b/configure.sh @@ -48,3 +48,11 @@ fi # Execute COMMAND $COMMAND + +# Install Rust +if ! [ -x "$(command -v cargo)" ]; then + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +fi + +# Config Rust version +rustup default stable \ No newline at end of file