Suprimir perguntas pelo apt-get

1

Eu preciso instalar um pacote em um script. Este processo precisa escrever sobre alguns arquivos de configuração já existentes. No momento, embora seja executado com DEBIAN_FRONTEND=noninteractive e --force-yes -y , o apt ainda solicita a entrada do usuário:

Configuration file '/etc/init.d/nginx'
 ==> File on system created by you or by a script.
 ==> File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
     D     : show the differences between the versions
      Z     : start a shell to examine the situation
 The default action is to keep your current version.
*** nginx (Y/I/N/O/D/Z) [default=N] ? 

Como tornar isso completamente não interativo?

    
por Michael Ivko 27.05.2015 / 07:47

1 resposta

0

Você pode tentar yes | program ou dpkg-reconfigure debconf

    
por 27.05.2015 / 08:10

Tags