Update script/rbenv-install.sh

Co-authored-by: David Cook <david@redcliffs.net>
This commit is contained in:
Maikel
2024-12-17 11:51:47 +11:00
committed by GitHub
parent 8d1d0c27c9
commit b9483ce63d

View File

@@ -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