Sha256: 4ba22bee9d09fc65e442b749e876ffe88099eb09701daa784faec4eea1200d2f
Contents?: true
Size: 644 Bytes
Versions: 124
Compression:
Stored size: 644 Bytes
Contents
#!/bin/sh date > /etc/vagrant_box_build_time VBOX_VERSION=$(cat /home/vagrant/.vbox_version) yum -y install \ ruby \ ruby-devel \ puppet \ rubygems \ rubygem-erubis \ rubygem-highline \ rubygem-json \ rubygem-mime-types \ rubygem-net-ssh \ rubygem-polyglot \ rubygem-rest-client \ rubygem-treetop \ rubygem-uuidtools cd /tmp wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso mount -o loop,ro VBoxGuestAdditions_$VBOX_VERSION.iso /mnt sh /mnt/VBoxLinuxAdditions.run umount /mnt rm VBoxGuestAdditions_$VBOX_VERSION.iso gem install chef --no-rdoc --no-ri exit # EOF
Version data entries
124 entries across 44 versions & 4 rubygems