X-Git-Url: http://git.hcoop.net/ntk/apt.git/blobdiff_plain/3163087b04ca5c297a7c98c018ba5c30e850a11e..d73fe42cf042fbc9d8d2b38eb67bd7efaa4be412:/cmdline/apt.cc diff --git a/cmdline/apt.cc b/cmdline/apt.cc index 72086af1..2cfdf8e8 100644 --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@ -116,6 +116,7 @@ int main(int argc, const char *argv[]) /*{{{*/ _config->CndSet("DPkg::Progress-Fancy", "1"); _config->CndSet("Apt::Color", "1"); _config->CndSet("APT::Get::Upgrade-Allow-New", true); + _config->CndSet("APT::Cmd::Show-Update-Stats", true); // Parse the command line and initialize the package library CommandLine CmdL(Args.data(), _config);