File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ apt-get install -yq build-essential \
3737
3838# install virtualbox
3939if ! virtualbox --help & > /dev/null; then
40- wget -nv http://download.virtualbox.org/virtualbox/4.3.22 /virtualbox-4.3_4.3.22-98236 ~Ubuntu~raring_amd64 .deb
41- dpkg -i virtualbox-4.3_4.3.22-98236 ~Ubuntu~raring_amd64 .deb
42- rm virtualbox-4.3_4.3.22-98236 ~Ubuntu~raring_amd64 .deb
40+ wget -nv http://download.virtualbox.org/virtualbox/5.0.2 /virtualbox-5.0_5.0.2-102096 ~Ubuntu~trusty_amd64 .deb
41+ dpkg -i virtualbox-5.0_5.0.2-102096 ~Ubuntu~trusty_amd64 .deb
42+ rm virtualbox-5.0_5.0.2-102096 ~Ubuntu~trusty_amd64 .deb
4343fi
4444
4545# install vagrant
4646if ! vagrant -v & > /dev/null; then
47- wget -nv https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64 .deb
48- dpkg -i vagrant_1.7.2_x86_64 .deb
49- rm vagrant_1.7.2_x86_64 .deb
47+ wget -nv https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.4_x86_64 .deb
48+ dpkg -i vagrant_1.7.4_x86_64 .deb
49+ rm vagrant_1.7.4_x86_64 .deb
5050fi
5151
5252# install go
You can’t perform that action at this time.
0 commit comments