Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 7e751ec

Browse files
committed
Pass -v on cargo install
1 parent d7c21a2 commit 7e751ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cp -a root-nightly.new root-stable.new
3636
curl -O https://static.rust-lang.org/rustup.sh
3737
for channel in stable beta nightly; do
3838
sh rustup.sh --prefix=root-${channel}.new --channel=$channel --yes --disable-sudo
39-
arch-chroot root-$channel.new cargo install --root /usr rustfmt
39+
arch-chroot root-$channel.new cargo install -v --root /usr rustfmt
4040
[[ -d root-$channel ]] && mv root-$channel root-${channel}.old
4141
mv root-${channel}.new root-$channel
4242
[[ -d root-${channel}.old ]] && rm -rf root-${channel}.old

0 commit comments

Comments
 (0)