adding rvm installation to the vagrant file
This commit is contained in:
parent
d4f96f3f75
commit
1eccfb2ad4
1 changed files with 1 additions and 0 deletions
1
development/Vagrantfile
vendored
1
development/Vagrantfile
vendored
|
@ -54,4 +54,5 @@ Vagrant.configure("2") do |config|
|
||||||
time sudo pacman -Syu --noconfirm libffi git
|
time sudo pacman -Syu --noconfirm libffi git
|
||||||
fi'
|
fi'
|
||||||
end
|
end
|
||||||
|
config.vm.provision :shell, inline: '\curl -L https://get.rvm.io | bash -s stable'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue