include ruby-build plugin when installing rbenv

rbenv is kind of useless without this, IMHO ...
This commit is contained in:
Gered 2025-01-31 12:10:24 -05:00
parent 6abc59671d
commit c7e6e5c331

View file

@ -7,6 +7,7 @@ function install_rbenv {
fi fi
git clone https://github.com/rbenv/rbenv.git ${HOME}/.rbenv git clone https://github.com/rbenv/rbenv.git ${HOME}/.rbenv
git clone https://github.com/rbenv/ruby-build.git ${HOME}/.rbenv/plugins/ruby-build
} }
if [ -d "${HOME}/.rbenv" ]; then if [ -d "${HOME}/.rbenv" ]; then