change `pacman -Sy` to `-Syy`, cleanup whitespace
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
parent
87fbfb3a1f
commit
b8f914c167
|
@ -466,7 +466,7 @@ sub bootstrap {
|
||||||
mkpath $self->{pkgcache};
|
mkpath $self->{pkgcache};
|
||||||
mkpath $self->{pkgdir};
|
mkpath $self->{pkgdir};
|
||||||
mkpath "$root/var/lib/pacman";
|
mkpath "$root/var/lib/pacman";
|
||||||
$self->run_command([@pacman, '-Sy']);
|
$self->run_command([@pacman, '-Syy']);
|
||||||
|
|
||||||
print "Figuring out what to install...\n";
|
print "Figuring out what to install...\n";
|
||||||
my $incl = { map { $_ => 1 } @{$self->{incl}} };
|
my $incl = { map { $_ => 1 } @{$self->{incl}} };
|
||||||
|
|
Loading…
Reference in New Issue