Sha256: 583fa974b6cc2b8a6fd861ebc426b5afba90489f0140bcc2bbe7cf9c00d8df31

Contents?: true

Size: 340 Bytes

Versions: 12

Compression:

Stored size: 340 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
apt-get -y install curl

Version data entries

12 entries across 12 versions & 1 rubygems

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