oops, need -y

git-svn-id: http://emdebian.org/svn/current@7516 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 14 years ago
parent f2597c3961
commit 51014e4e40

@ -267,7 +267,7 @@ foreach my $pkg (values %keyrings) {
}
if ((defined $k) and (not defined $noauth)) {
printf (_g("I: Installing %s\n"), $k);
system ("apt-get -d --reinstall install $k");
system ("apt-get -y -d --reinstall install $k");
foreach my $keyring_pkg (values %keyrings) {
my @files=();
my $file = `find /var/cache/apt/archives/ -name "$keyring_pkg*"`;

Loading…
Cancel
Save