From fc3903003e871fb023793b951340c1f6ce8e75a4 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 17 Nov 2015 23:56:10 -0800 Subject: [PATCH] Quieter apt-get update. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7cf8d71..176be05 100755 --- a/install.sh +++ b/install.sh @@ -169,7 +169,7 @@ function install_pkg_set { } 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 && \ return 1 ) install_pkg_set packages