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