mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
RVM already print the logs. No need to printf message here. RVM already skip installation if already done with logs.
10 lines
155 B
Bash
Executable File
10 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Install our selected Ruby version defined in the .ruby-version file.
|
|
#
|
|
# Requires:
|
|
# - [rvm](https://rvm.io/)
|
|
#
|
|
|
|
rvm install $RUBY_VERSION
|