Sha256: 93ae3f37f5e018fb0fad7363499b6ea25cf09bcdae76b73cec0011f585f6b8d6
Contents?: true
Size: 337 Bytes
Versions: 8
Compression:
Stored size: 337 Bytes
Contents
#!/bin/bash # GCC 4.7 sudo apt-get update -y sudo apt-get install -y python-software-properties sudo apt-get update -y sudo apt-get install -y build-essential git-core curl mc vim # Ruby gem install bundler # RVM curl -sSL https://get.rvm.io | bash -s stable /home/vagrant/.rvm/bin/rvm install 2.1.0 rvm ruby-2.1.0 gem install bundler
Version data entries
8 entries across 8 versions & 1 rubygems