From 28c5df5132e121bebaf494eab48dacf224b514e2 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 11 Mar 2014 01:11:30 -0300 Subject: [PATCH] boxes: Include NFS client on base boxes [closes GH-218] --- boxes/debian/install-extras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/debian/install-extras.sh b/boxes/debian/install-extras.sh index 8e4e6fc..cdfe36e 100755 --- a/boxes/debian/install-extras.sh +++ b/boxes/debian/install-extras.sh @@ -14,7 +14,7 @@ log 'Sleeping for 5 seconds...' sleep 5 # TODO: Support for appending to this list from outside -PACKAGES=(vim curl wget man-db bash-completion python-software-properties ca-certificates sudo) +PACKAGES=(vim curl wget man-db bash-completion python-software-properties ca-certificates sudo nfs-common) if [ $DISTRIBUTION = 'ubuntu' ]; then PACKAGES+=' software-properties-common' fi