私は新しいサーバーを私が望むように設定するシンプルなbashスクリプトに取り組んでいます。特別なことではありませんが、将来的にはかなりの時間を節約できることを願っています。
このようなプロンプトを防ぐにはどうすればよいですか:
You are about to add the following PPA to your system:
Stable version of nginx.
More info: https://launchpad.net/~nginx/+archive/stable
Press [ENTER] to continue or ctrl-c to cancel adding it
スクリプトから次のようなコマンドを実行する場合:
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
sudo apt-get -y install nginx
設定できる自動受け入れフラグなどはありますか?