change `pacman -Sy` to `-Syy`, cleanup whitespace

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
Oguz Bektas 2018-11-23 12:16:52 +01:00 committed by Wolfgang Bumiller
parent 87fbfb3a1f
commit b8f914c167
1 changed files with 7 additions and 7 deletions

View File

@ -466,7 +466,7 @@ sub bootstrap {
mkpath $self->{pkgcache};
mkpath $self->{pkgdir};
mkpath "$root/var/lib/pacman";
$self->run_command([@pacman, '-Sy']);
$self->run_command([@pacman, '-Syy']);
print "Figuring out what to install...\n";
my $incl = { map { $_ => 1 } @{$self->{incl}} };