diff options
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc index e30967ec2..b2f19c049 100644 --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@ -120,7 +120,7 @@ int main(int argc, const char *argv[]) /*{{{*/ } // FIXME: move into a new libprivate/private-install.cc:Install() - _config->Set("DPkgPM::Progress", "1"); + _config->Set("DPkgPM::Progress-Fancy", "1"); _config->Set("Apt::Color", "1"); // Parse the command line and initialize the package library |