Browse Source

Fixed the Rustup installer

master
Julio Biason 3 years ago
parent
commit
85be33318d
  1. 2
      install.sh

2
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

Loading…
Cancel
Save