1
0
mirror of synced 2026-04-26 04:16:54 +00:00

Eliminate progress reporting which is useless in logs

This commit is contained in:
Yuri Sakhno
2016-04-20 11:45:39 +03:00
parent b0177f013e
commit 87dd127cf8

View File

@@ -96,7 +96,7 @@ installDebianPackageAndRecommends ()
#
# Install the packages
#
DEBIAN_FRONTEND=noninteractive chroot ${prefix} /usr/bin/apt-get --yes install "$@"
DEBIAN_FRONTEND=noninteractive chroot ${prefix} /usr/bin/apt-get --quiet --yes install "$@" | sed --expression="/^\rExtracting templates from packages: /d;s/(Reading database ... \([0-9]\+%\)\?\r//g"
#
# Remove the policy-rc.d script.