Skip to content

Commit

Permalink
Do not use sudo inside chef-client installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Koldaev committed Aug 29, 2012
1 parent 3e092bc commit 5c6c104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/centos-6.3-minimal/chef-client.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -eux

wget -O - http://opscode.com/chef/install.sh | sudo bash
wget -qO - http://opscode.com/chef/install.sh | bash

0 comments on commit 5c6c104

Please sign in to comment.