Skip to content

Instantly share code, notes, and snippets.

@bpo
Created May 16, 2012 17:34
Show Gist options
  • Save bpo/2712467 to your computer and use it in GitHub Desktop.
Save bpo/2712467 to your computer and use it in GitHub Desktop.
very simple bootstrap
bash -c '
gem update --no-rdoc --no-ri
gem install ohai --no-rdoc --no-ri --verbose
gem install chef --no-rdoc --no-ri --verbose
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment