Sha256: 5a8c80b4b628a1ca74ca66ab74aa9a16c36fd190e581d008851937c5984c17c4

Contents?: true

Size: 372 Bytes

Versions: 11

Compression:

Stored size: 372 Bytes

Contents

#!/bin/bash
set -xe

curl -Lo /etc/yum.repos.d/virtualbox.repo http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo
yum groupinstall -y "Development Tools"
yum install -y kernel-devel
yum install -y VirtualBox-${VAGRANT_CENTOS_VIRTUALBOX_VERSION:-5.1}

pushd /vagrant

rpm -ivh ./pkg/dist/vagrant_*_x86_64.rpm
vagrant plugin install ./vagrant-spec.gem

popd

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
vagrant-unbundled-2.0.1.0 test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-aws-mkubenka-0.7.2.pre.22 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-f3fdbf414272/test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-aws-mkubenka-0.7.2.pre.16 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-1ee58c40e3f5/test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-unbundled-2.0.0.1 test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-unbundled-1.9.8.1 test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-unbundled-1.9.7.1 test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/test/vagrant-spec/scripts/centos-setup.virtualbox.sh
vagrant-unbundled-1.9.5.1 test/vagrant-spec/scripts/centos-setup.virtualbox.sh