Quieter apt-get update.

This commit is contained in:
David Tomaschik
2015-11-17 23:56:10 -08:00
parent dd4beff725
commit fc3903003e

View File

@@ -169,7 +169,7 @@ function install_pkg_set {
} }
function install_apt_pkgs { function install_apt_pkgs {
run_as_root apt-get update || \ run_as_root apt-get update -qq || \
( echo "Can't run apt-get commands" >&2 && \ ( echo "Can't run apt-get commands" >&2 && \
return 1 ) return 1 )
install_pkg_set packages install_pkg_set packages