oops, need -y
git-svn-id: http://emdebian.org/svn/current@7516 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
f2597c3961
commit
51014e4e40
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue