Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
(#122) Hide the output when installing Rust.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Sobolev authored Feb 2, 2021
1 parent 6efd7af commit c8832fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/user/install-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo '\n\e[1;36mInstalling Rust:\e[0m'

echo '\e[1;36m> Installing `rustup`...\e[0m'
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y >/dev/null
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf >/dev/null | sh -s -- -y

echo '\e[1;36m> Explicitly updating the PATH variable in the `~/.zshrc`...\e[0m\n'
echo '
Expand Down

0 comments on commit c8832fb

Please sign in to comment.