Sha256: 011fccda87c3fc2fa8008bd137df8e10068326555890cb1b93e79c25afc7856d

Contents?: true

Size: 281 Bytes

Versions: 12

Compression:

Stored size: 281 Bytes

Contents

#!/bin/bash

if [ -f .veewee_params ]
then
  . .veewee_params
fi

curl -L get.rvm.io | bash -s stable
usermod --append --groups rvm vagrant
RVM=/usr/local/rvm/bin/rvm
$RVM install ree-1.8.7-2011.12
$RVM install 2.0.0-p195 
$RVM alias create default 2.0.0-p195
$RVM rubygems 1.8.25

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.5.0.alpha3 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.5.0.alpha2 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.5.0.alpha1 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.4.5.1 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.4.5 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.4.5.pre1 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.4.4 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.4.3 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.4.2 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.4.1 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh
veewee-0.4.0 templates/ubuntu-13.04-server-amd64-rvm/rvm.sh