Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minimum2scp/ruby-binary
Ruby binary for Debian
https://github.com/minimum2scp/ruby-binary
debian docker ruby
Last synced: about 1 month ago
JSON representation
Ruby binary for Debian
- Host: GitHub
- URL: https://github.com/minimum2scp/ruby-binary
- Owner: minimum2scp
- License: mit
- Created: 2015-02-21T14:59:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T15:55:42.000Z (about 2 months ago)
- Last Synced: 2024-12-17T16:43:25.496Z (about 2 months ago)
- Topics: debian, docker, ruby
- Language: Ruby
- Homepage:
- Size: 578 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ruby-binary
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.txt)
[![](https://github.com/minimum2scp/ruby-binary-20191023-tmp/workflows/CI/badge.svg)](https://github.com/minimum2scp/ruby-binary-20191023-tmp/actions?workflow=CI)Ruby binary for Debian trixie/sid, bookworm, bullseye, buster amd64
## install rbenv
```
curl -L -o install-rbenv.sh https://raw.githubusercontent.com/minimum2scp/ruby-binary/master/install-rbenv.sh
sh install-rbenv.sh
```## install from release
```
curl -L -o install.sh https://raw.githubusercontent.com/minimum2scp/ruby-binary/master/install.sh
sh install.sh
```