Explorar el Código

enable DPkg::Progress-Fancy by default

Michael Vogt hace 12 años
padre
commit
8bc31a93c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmdline/apt.cc

+ 1 - 1
cmdline/apt.cc

@@ -109,7 +109,7 @@ int main(int argc, const char *argv[])					/*{{{*/
     }
 
     // some different defaults
-   _config->CndSet("DPkgPM::Progress", "1");
+   _config->CndSet("DPkg::Progress-Fancy", "1");
    _config->CndSet("Apt::Color", "1");
    _config->CndSet("APT::Get::Upgrade-Allow-New", true);