adding rvm installation to the vagrant file

This commit is contained in:
Bill Cromie 2013-06-25 16:54:32 -04:00
parent d4f96f3f75
commit 1eccfb2ad4
1 changed files with 1 additions and 0 deletions

View File

@ -54,4 +54,5 @@ Vagrant.configure("2") do |config|
time sudo pacman -Syu --noconfirm libffi git
fi'
end
config.vm.provision :shell, inline: '\curl -L https://get.rvm.io | bash -s stable'
end