Skip to content

Commit

Permalink
Don't install RDoc/RI for RubyGems; auto-install build-essential bits
Browse files Browse the repository at this point in the history
  • Loading branch information
natacado committed Jul 8, 2009
1 parent 2bccd40 commit 4fc0428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Expand Up @@ -3,11 +3,11 @@
# Bootstrap chef

apt-get update
apt-get install -y rdoc ruby1.8-dev
apt-get install -y rdoc ruby1.8-dev build-essential
cd /tmp
curl -L 'http://rubyforge.org/frs/download.php/57643/rubygems-1.3.4.tgz' | tar xvz
cd rubygems-1.3.4
ruby setup.rb
ruby setup.rb --no-rdoc --no-ri
ln -s gem1.8 /usr/bin/gem
cd
gem install chef ohai --source http://gems.opscode.com --source http://gems.rubyforge.org --no-rdoc --no-ri
Expand Down

0 comments on commit 4fc0428

Please sign in to comment.