Rails Installer major update
With the recent release of Ruby 2.0 I took on the long-overdue task of updating my Rails Installer shell script.
This update includes:
- easier install flow
- shorter install links
- leftover garbage removal
- updated Ubuntu package dependencies
- tested for compatibility with Ubuntu 12.10 and Mint 14
- choice of Ruby version to install (1.9.3 or 2.0.0)
Triggering the installer is now easier than ever:
With curl
curl -LO https://github.com/tarakanbg/railsinstaller/raw/master/ruby.sh && bash ruby.sh
With wget
wget --no-check-certificate https://github.com/tarakanbg/railsinstaller/raw/master/ruby.sh && bash ruby.sh