Quiet the package installation in Fabric script

This commit is contained in:
Nathan Fiedler
2016-10-20 09:02:13 -07:00
parent 2eccf1e91b
commit c45a066093
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ def all():
sudo("pkg install -q -y rust")
sudo("pkg install -q -y cargo")
sudo("pkg install -q -y ImageMagick-nox11")
sudo("pkg install pkgconf")
sudo("pkg install -q -y pkgconf")
sudo("pkg install -q -y clang-devel")
# set LIBCLANG_PATH so rustc can find libclang.so in its hidden place
# (using the append operation results in 'Unmatched ".' error)