Sha256: ad91555d76955a2b13775f97a524bc56b704c52455cf9844837767f1b3ab1402
Contents?: true
Size: 680 Bytes
Versions: 7
Compression:
Stored size: 680 Bytes
Contents
#!/bin/bash # GCC 4.7 sudo apt-get update -y sudo apt-get install -y python-software-properties sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test sudo apt-get update -y sudo apt-get install -y gcc-4.7 g++-4.7 gdb build-essential git-core curl mc vim sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.6 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 70 --slave /usr/bin/g++ g++ /usr/bin/g++-4.7 #sudo update-alternatives --config gcc # 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
7 entries across 7 versions & 1 rubygems