Low commit activity in last 3 years
No release in over a year
ruby-install installer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
>= 12.3.3

Runtime

 Project Readme

ruby-install_install

ruby-install installer

Installation

$ gem install ruby-install_install
(you may need to run as root or through sudo.)

Usage

$ ruby-install_install 
Download from https://github.com/postmodern/ruby-install/archive/v0.7.0.tar.gz
cd /tmp/ruby-install_install/ruby-install-0.7.0 && sudo make install && rm -Rf /tmp/ruby-install_install;\
test -f /etc/redhat-release && (rpm --quiet -q bzip2 || sudo yum -y install bzip2)
for dir in `find bin share -type d`; do mkdir -p /usr/local/$dir; done
for file in `find bin share -type f`; do cp $file /usr/local/$file; done
mkdir -p /usr/local/share/doc/ruby-install-0.7.0
cp -r *.md *.txt /usr/local/share/doc/ruby-install-0.7.0/

$ ruby-install -V
ruby-install: 0.7.0

Examples

centos7_ruby.sh

ubuntu18.04_ruby.sh

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/s3fxn/ruby-install_install.

License

The gem is available as open source under the terms of the MIT License.