mirror of
https://github.com/jcwimer/railsVagrant
synced 2026-05-15 16:59:38 +00:00
Moved rvm setup to provisioning
This commit is contained in:
13
setup/ruby-install.sh
Normal file
13
setup/ruby-install.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source $HOME/.rvm/scripts/rvm
|
||||
|
||||
rvm use --default --install $1
|
||||
|
||||
shift
|
||||
|
||||
if (( $# ))
|
||||
then gem install $@
|
||||
fi
|
||||
|
||||
rvm cleanup all
|
||||
Reference in New Issue
Block a user