We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c11e25 commit 3e3c75bCopy full SHA for 3e3c75b
1 file changed
scripts/install_chef_server.sh
@@ -23,7 +23,7 @@ apt_get install opscode-keyring --force-yes
23
24
# Install Chef server
25
apt_get upgrade --force-yes
26
-apt_get install chef chef-server --force-yes
+apt_get DEBIAN_FRONTEND=noninteractive install chef chef-server --force-yes
27
28
# Copy the PEM file for Chef into the web Chef and local Chef cache
29
mkdir -p ~/.chef
0 commit comments