Sfoglia il codice sorgente

enable DPkg::Progress-Fancy by default

Michael Vogt 12 anni fa
parent
commit
8bc31a93c3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);