From 1eccfb2ad4f98aa2d3877e10ed5ec6ba230a00cf Mon Sep 17 00:00:00 2001 From: Bill Cromie Date: Tue, 25 Jun 2013 16:54:32 -0400 Subject: [PATCH] adding rvm installation to the vagrant file --- development/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/development/Vagrantfile b/development/Vagrantfile index 919e523..fb00d2d 100644 --- a/development/Vagrantfile +++ b/development/Vagrantfile @@ -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