4 lines
90 B
Puppet
4 lines
90 B
Puppet
apt::conf { 'progressbar':
|
|
priority => 99,
|
|
content => 'Dpkg::Progress-Fancy "1";',
|
|
}
|