include ruby-build plugin when installing rbenv
rbenv is kind of useless without this, IMHO ...
This commit is contained in:
parent
6abc59671d
commit
c7e6e5c331
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue