Skip to content

Commit 5fdcc13

Browse files
committed
Ooops, frontend noninteractive already set
apt_get function already sets it.
1 parent 8d160ad commit 5fdcc13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install_chef_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apt_get install opscode-keyring --force-yes
2323

2424
# Install Chef server
2525
apt_get upgrade --force-yes
26-
apt_get DEBIAN_FRONTEND=noninteractive install chef chef-server --force-yes
26+
apt_get install chef chef-server --force-yes
2727

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

0 commit comments

Comments
 (0)