Skip to content

Commit

Permalink
[DOC] Added apt-get update to the "Chef Solo" bootstrap script exam…
Browse files Browse the repository at this point in the history
…ple in Readme
  • Loading branch information
karmi committed Oct 27, 2013
1 parent 8315ba0 commit 23f2e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Finally, let's install latest Chef, install dependent cookbooks, and run `chef-s
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~bash
ssh -t -i /path/to/your/key.pem ec2-12-45-67-89.compute-1.amazonaws.com <<END
sudo apt-get update
sudo apt-get install build-essential curl git vim -y
curl -# -L http://www.opscode.com/chef/install.sh | sudo bash -s --
sudo mkdir -p /etc/chef/; sudo mkdir -p /var/chef/cookbooks/elasticsearch
Expand Down

0 comments on commit 23f2e3b

Please sign in to comment.