Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```