https://github.com/minimum2scp/ruby-binary
Ruby binary for Debian
https://github.com/minimum2scp/ruby-binary
debian docker ruby
Last synced: 8 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T02:21:14.000Z (8 months ago)
- Last Synced: 2025-04-23T16:26:44.604Z (8 months ago)
- Topics: debian, docker, ruby
- Language: Ruby
- Homepage:
- Size: 616 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
[](LICENSE.txt)
[](https://github.com/minimum2scp/ruby-binary-20191023-tmp/actions?workflow=CI)
Ruby binary for Debian trixie/sid, bookworm, bullseye 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
```