Sha256: 6887c3c8910c3c35d6b59b7b373d4b73fd571a05ceaba2dd2a5abf02dcc4e56d

Contents?: true

Size: 316 Bytes

Versions: 12

Compression:

Stored size: 316 Bytes

Contents

#!/bin/bash

if [ -f .veewee_params ]
then
  . .veewee_params
fi

apt-get -y update
apt-get -y upgrade
apt-get -y install linux-headers-$(uname -r) build-essential
apt-get -y install zlib1g-dev libssl-dev libreadline-gplv2-dev libyaml-dev
apt-get -y install vim
apt-get -y install dkms
apt-get -y install nfs-common

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.5.0.alpha3 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.5.0.alpha2 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.5.0.alpha1 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.4.5.1 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.4.5 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.4.5.pre1 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.4.4 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.4.3 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.4.2 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.4.1 templates/ubuntu-13.04-server-amd64/apt.sh
veewee-0.4.0 templates/ubuntu-13.04-server-amd64/apt.sh