From ea5bcc50800d3d92a8077349ad7bf92e327a45a8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Dec 2014 17:48:29 +0100 Subject: [PATCH] centos: nfs-common does not exist and I don't want to install nfs server --- centos/install-extras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/install-extras.sh b/centos/install-extras.sh index ebafda7..b534252 100755 --- a/centos/install-extras.sh +++ b/centos/install-extras.sh @@ -17,5 +17,5 @@ sleep $SECS utils.lxc.attach yum update -y # TODO: Support for appending to this list from outside -PACKAGES=(vim curl wget man ca-certificates sudo nfs-common) +PACKAGES=(vim curl wget man ca-certificates sudo) utils.lxc.attach yum install ${PACKAGES[*]} -y