Allow override of Proxy-Auto-Detect by the users configuration
[ntk/apt.git] / cmdline / apt.cc
index 72086af..2cfdf8e 100644 (file)
@@ -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);