https://github.com/minimum2scp/ruby-binary
Ruby binary for Debian
https://github.com/minimum2scp/ruby-binary
debian docker ruby
Last synced: 4 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-02-07T15:03:53.000Z (4 months ago)
- Last Synced: 2026-02-07T23:53:14.299Z (4 months ago)
- Topics: debian, docker, ruby
- Language: Ruby
- Homepage:
- Size: 679 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ruby-binary
[](LICENSE.txt)
[](https://github.com/minimum2scp/ruby-binary-20191023-tmp/actions?workflow=CI)
Ruby binary for Debian forky/sid, trixie, bookworm 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
```