mirror of
https://github.com/zdharma-continuum/zinit-annex-rust.git
synced 2026-09-10 04:36:14 -04:00
Update za-rust-atclone-handler
This commit is contained in:
parent
353c6a7192
commit
3437b6a041
|
|
@ -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
|
||||
}
|
||||
) || \
|
||||
|
|
|
|||
Loading…
Reference in a new issue