Skip to content

Instantly share code, notes, and snippets.

@sideshow
Created November 24, 2013 21:34
Show Gist options
  • Save sideshow/7632696 to your computer and use it in GitHub Desktop.
Save sideshow/7632696 to your computer and use it in GitHub Desktop.
updateruby
cd ~/
wget http://cache.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p484.tar.gz
tar -xzf ruby-1.9.3-p484.tar.gz
cd ruby-1.9.3-p484
./configure
make
sudo make install
sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment