/ Published in: Bash
A bash script which installs rubygems under ubuntu hardy.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
sudo apt-get install ruby ruby1.8-examples rdoc ri libruby-extras rubygems sudo ruby -i.bak \ -lne 'print "require \047rubygems/gem_runner\047" \ if /^require /; print' /usr/bin/gem sudo gem update --system