diff --git a/install.sh b/install.sh index 4cdee12..ea89cf4 100755 --- a/install.sh +++ b/install.sh @@ -54,7 +54,7 @@ tmux() { rust() { echo "Installing Rust and things..." - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y $HOME/.cargo/bin/cargo install exa $HOME/.cargo/bin/cargo install bat $HOME/.cargo/bin/cargo install starship