summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-10-31 13:21:41 -0600
committermo khan <mo@mokhan.ca>2014-10-31 13:21:41 -0600
commitf65f25a417ac1b56599329f909e302da581e7e16 (patch)
tree9bcbeb5ac7e8913dcac5908857138b77638da2cf /script
parent5667cdfe5e5b414af70fc978bec05b0240860126 (diff)
install rbenv update in the rbenv dir.
Diffstat (limited to 'script')
-rw-r--r--script/bootstrap-vagrant-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/bootstrap-vagrant-user.sh b/script/bootstrap-vagrant-user.sh
index 868eb5f1..60708c8f 100644
--- a/script/bootstrap-vagrant-user.sh
+++ b/script/bootstrap-vagrant-user.sh
@@ -4,7 +4,7 @@ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
source ~/.bash_profile
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
git clone https://github.com/tpope/rbenv-ctags.git ~/.rbenv/plugins/rbenv-ctags
-git clone https://github.com/rkh/rbenv-update.git ~/plugins/rbenv-update
+git clone https://github.com/rkh/rbenv-update.git ~/.rbenv/plugins/rbenv-update
git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash
rbenv update
rbenv install 2.1.4