Sha256: 72913e42f15db3a47bb7ec82fede3ef30270cf68aab5f6857c554991e29310cd

Contents?: true

Size: 531 Bytes

Versions: 15

Compression:

Stored size: 531 Bytes

Contents

# Apt-install various things necessary for Ruby, guest additions,
# etc., and remove optional things to trim down the machine.
apt-get -y update
apt-get -y upgrade
apt-get -y install gcc build-essential linux-headers-$(uname -r)
apt-get -y install zlib1g-dev libssl-dev libreadline-gplv2-dev libyaml-dev
apt-get -y install vim curl
apt-get clean

# Set up sudo
( cat <<'EOP'
%vagrant ALL=NOPASSWD:ALL
EOP
) > /tmp/vagrant
chmod 0440 /tmp/vagrant
mv /tmp/vagrant /etc/sudoers.d/

# Install NFS client
apt-get -y install nfs-common

Version data entries

15 entries across 11 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha1 templates/ubuntu-12.04.3-server-amd64-parallels/base.sh
veewee-0.4.5.1 templates/ubuntu-12.04.3-server-amd64-parallels/base.sh
veewee-0.4.5 templates/ubuntu-12.04.3-server-amd64-parallels/base.sh
veewee-0.4.5.pre1 templates/ubuntu-12.04.3-server-amd64-parallels/base.sh
veewee-0.4.4 templates/ubuntu-12.04.3-server-amd64-parallels/base.sh
veewee-0.4.3 templates/ubuntu-12.04.3-server-amd64-parallels/base.sh
veewee-0.4.2 templates/ubuntu-12.04.3-server-amd64-parallels/base.sh
veewee-0.3.12 templates/ubuntu-12.04.3-server-amd64/base.sh
veewee-0.3.12 templates/ubuntu-12.04.2-server-amd64/base.sh
veewee-0.3.11 templates/ubuntu-12.04.3-server-amd64/base.sh
veewee-0.3.11 templates/ubuntu-12.04.2-server-amd64/base.sh
veewee-0.3.10 templates/ubuntu-12.04.2-server-amd64/base.sh
veewee-0.3.10 templates/ubuntu-12.04.3-server-amd64/base.sh
veewee-0.3.9 templates/ubuntu-12.04.3-server-amd64/base.sh
veewee-0.3.9 templates/ubuntu-12.04.2-server-amd64/base.sh