mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Update script/rbenv-install.sh
Co-authored-by: David Cook <david@redcliffs.net>
This commit is contained in:
@@ -13,7 +13,7 @@ if ! command -v rbenv > /dev/null; then
|
||||
# Install rbenv:
|
||||
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
|
||||
~/.rbenv/bin/rbenv init
|
||||
eval "$(rbenv init -)"
|
||||
eval "$(~/.rbenv/bin/rbenv init -)"
|
||||
|
||||
# Install ruby-build:
|
||||
mkdir -p "$(rbenv root)"/plugins
|
||||
|
||||
Reference in New Issue
Block a user