We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d160ad commit 5fdcc13Copy full SHA for 5fdcc13
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 DEBIAN_FRONTEND=noninteractive install chef chef-server --force-yes
+apt_get 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