Update za-rust-atclone-handler

This commit is contained in:
vladislav doster 2022-01-09 10:49:37 -06:00 committed by GitHub
parent 353c6a7192
commit 3437b6a041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,17 +82,19 @@ if (( ${+ICE[rustup]} )) {
if (( !OPTS[opt_-q,--quiet] )) {
print -P -- "%F{38}rust annex: %F{154}Running the rustup installer...%f"
bin/rustup-init \
-y \
--no-modify-path \
--profile minimal \
--default-toolchain nightly \
-y \
--component cargo clippy rust-std rust-fmt rustc \
--default-toolchain nightly \
--profile minimal \
|& command egrep '(installing|installed)'
} else {
bin/rustup-init \
--default-toolchain nightly \
-y \
--no-modify-path \
--component cargo clippy rust-std rust-fmt rustc \
--default-toolchain nightly \
--profile minimal \
&> /dev/null
}
) || \