Como aceitar automaticamente quando adicionar um repositório?

0

Código:

sudo add-apt-repository ppa:nemh/systemback
sudo apt-get update
sudo apt-get install systemback -y

depois de inserir o primeiro comando, ele mostrará algo assim:

Simple system backup and restore application with extra features

Systemback makes it easy to create backups of the system and the users configuration files. In case of problems you can easily restore the previous state of the system. There are extra features like system copying, system installation and Live system creation.

This PPA contain the stable version of Systemback.

Currently supported Ubuntu releases:

  • 14.04.X LTS
  • 15.04
  • 15.10

More info: https://launchpad.net/~nemh/+archive/ubuntu/systemback

Press [ENTER] to continue or ctrl-c to cancel adding it

Estou criando um script para instalar automaticamente, então, como continuar automaticamente?

    
por Vannrith 24.10.2015 / 05:24

1 resposta

1

Adicione a opção --yes . Conforme descrito em a página de manual :

-y, --yes: Assume yes to all queries

    
por 24.10.2015 / 05:42