Skip to content

Instantly share code, notes, and snippets.

@ivandiaz
ivandiaz / ruby_chef_bundler_instal.sh
Last active December 23, 2015 01:59
Build Ruby and Setup Chef/Bundler on Ubuntu 12.04 32 Bit. "curl -l URL_FOR_RAW_FILE | bash"
#!/usr/bin/env bash
cd ruby-1.9.3-p125/
sudo ./configure --prefix=/usr/local
sudo make
sudo make install
gem install chef ruby-shadow bundler --no-ri --no-rdoc