centos: nfs-common does not exist and I don't want to install nfs server
authorMichael Adam <obnox@samba.org>
Mon, 22 Dec 2014 16:48:29 +0000 (17:48 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 7 Dec 2015 09:44:06 +0000 (10:44 +0100)
centos/install-extras.sh

index ebafda72c4f156fef4c3974c35b2e1152096c428..b534252db90019f163e53df457704015622980c8 100755 (executable)
@@ -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