Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infertux/ruby-bootstrap
Simple Bash scripts to install recent Ruby versions from source
https://github.com/infertux/ruby-bootstrap
bash installer ruby script
Last synced: 15 days ago
JSON representation
Simple Bash scripts to install recent Ruby versions from source
- Host: GitHub
- URL: https://github.com/infertux/ruby-bootstrap
- Owner: infertux
- License: mit
- Created: 2015-05-12T15:35:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T15:20:54.000Z (4 months ago)
- Last Synced: 2024-07-25T17:37:12.117Z (4 months ago)
- Topics: bash, installer, ruby, script
- Language: Shell
- Homepage:
- Size: 41 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ruby-bootstrap
[![Funding](https://img.shields.io/liberapay/patrons/infertux.svg?logo=liberapay)](https://liberapay.com/infertux/donate)
[![Build Status](https://github.com/infertux/ruby-bootstrap/actions/workflows/ci.yml/badge.svg)](https://github.com/infertux/ruby-bootstrap/actions)These are very simple self-contained Bash scripts to download, configure and install Ruby from source along with Bundler on Debian-family or Redhat-family systems.
You can use this link to always point to the latest release: https://raw.githubusercontent.com/infertux/ruby-bootstrap/master/bootstrap_ruby_stable.sh
## Usage
`wget https://raw.githubusercontent.com/infertux/ruby-bootstrap/master/bootstrap_ruby_stable.sh && bash ./bootstrap_ruby_stable.sh`
## License
MIT