Adicione a opção --yes
. Conforme descrito em a página de manual :
-y, --yes: Assume yes to all queries
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?
Adicione a opção --yes
. Conforme descrito em a página de manual :
-y, --yes: Assume yes to all queries
Tags input shell-script