mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
call rvm directly
This commit is contained in:
committed by
Pauloparakleto
parent
15c93a8e95
commit
3a2cb3e415
@@ -22,7 +22,7 @@ RUBY_VERSION=$(cat .ruby-version)
|
||||
if command -v rbenv > /dev/null; then
|
||||
./script/rbenv-install.sh
|
||||
elif command -v rvm > /dev/null; then
|
||||
./script/rvm-install.sh
|
||||
rvm install $RUBY_VERSION
|
||||
fi
|
||||
|
||||
if ! ruby --version | grep $RUBY_VERSION > /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user