Created
March 12, 2010 20:53
-
-
Save jamiew/330790 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ubuntu 9.04 (jaunty) comes with an old ruby that has broken REXML | |
# and the Ubuntu Ruby PPA doesn't do jaunty (??!) | |
wget http://archive.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.7.249-1ubuntu1_amd64.deb | |
wget http://archive.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8.7.249-1ubuntu1_amd64.deb | |
wget http://archive.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.7.249-1ubuntu1_amd64.deb | |
sudo dpkg -i libruby1.8_1.8.7.249-1ubuntu1_amd64.deb ruby1.8_1.8.7.249-1ubuntu1_amd64.deb ruby1.8-dev_1.8.7.249-1ubuntu1_amd64.deb | |
sudo apt-get install ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment