diff --git a/common_shell_functions b/common_shell_functions index 23f148e..d5c671d 100644 --- a/common_shell_functions +++ b/common_shell_functions @@ -130,7 +130,7 @@ function install_nvm() { function install_rust() { if [ ! -d "$HOME/.rustup" ]; then - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y else echo "rustup is already installed. remove ~/.rustup to reinstall" fi