새 서버를 원하는 방식으로 구성하는 간단한 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
설정할 수있는 자동 수락 플래그가 있습니까?