Skip to content

Commit

Permalink
Adding DEBIAN_FRONTEND=noninteractive for chef install
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypipes committed Jul 9, 2012
1 parent 3c11e25 commit 3e3c75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_chef_server.sh
Expand Up @@ -23,7 +23,7 @@ apt_get install opscode-keyring --force-yes


# Install Chef server # Install Chef server
apt_get upgrade --force-yes apt_get upgrade --force-yes
apt_get install chef chef-server --force-yes apt_get DEBIAN_FRONTEND=noninteractive install chef chef-server --force-yes


# Copy the PEM file for Chef into the web Chef and local Chef cache # Copy the PEM file for Chef into the web Chef and local Chef cache
mkdir -p ~/.chef mkdir -p ~/.chef
Expand Down

0 comments on commit 3e3c75b

Please sign in to comment.