Sha256: 874adce35cc694e19434ffe3e27e56018d702b654ab61affd5272c443a522a34

Contents?: true

Size: 131 Bytes

Versions: 12

Compression:

Stored size: 131 Bytes

Contents

#!/bin/bash

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

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