Compare commits
3 commits
b78fb638e7
...
98aef0d023
Author | SHA1 | Date | |
---|---|---|---|
98aef0d023 | |||
4a77fc76a8 | |||
b990a3aa09 |
1 changed files with 2 additions and 2 deletions
|
@ -961,8 +961,8 @@ sub run_dpkg_progress {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub run_apt_progress {
|
sub run_apt_progress {
|
||||||
my $options = shift;
|
my $options = shift;
|
||||||
my @debs = @{ $options->{PKGS} // [] };
|
my @debs = @{ $options->{PKGS} // [] };
|
||||||
|
|
||||||
if ($verbosity_level >= 3) {
|
if ($verbosity_level >= 3) {
|
||||||
my @apt_debug_opts = qw(
|
my @apt_debug_opts = qw(
|
||||||
|
|
Loading…
Reference in a new issue