From 85be33318d754c7066e18ff75431ec6918d5ab04 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 5 Jul 2021 08:47:50 -0300 Subject: [PATCH] Fixed the Rustup installer --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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