This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,9 +73,7 @@ Vagrant.configure(2) do |config|
7373 # documentation for more information about their specific syntax and use.
7474 config . vm . provision "shell" , inline : <<-SHELL
7575 sudo apt-get update
76- sudo apt-get install -y gcc-4.8 g++-4.8 build-essential git git-svn python ruby ruby-dev
77- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
78- sudo update-alternatives --config gcc
76+ sudo apt-get install -y build-essential git python ruby ruby-dev
7977 gem install bundler
8078 SHELL
8179end
Original file line number Diff line number Diff line change @@ -73,9 +73,7 @@ Vagrant.configure(2) do |config|
7373 # documentation for more information about their specific syntax and use.
7474 config . vm . provision "shell" , inline : <<-SHELL
7575 sudo apt-get update
76- sudo apt-get install -y gcc-4.8 g++-4.8 build-essential git git-svn python ruby ruby-dev
77- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
78- sudo update-alternatives --config gcc
76+ sudo apt-get install -y build-essential git python ruby ruby-dev
7977 gem install bundler
8078 SHELL
8179end
You can’t perform that action at this time.
0 commit comments