From 3b7802e29f8dfaeb6272800e12cf354ed8757498 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Dec 2014 17:41:48 +0100 Subject: [PATCH] centos: on centos, the package is "man", not "man-db". --- 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 4ee6406..a1f9c18 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-db bash-completion python-software-properties ca-certificates sudo nfs-common) +PACKAGES=(vim curl wget man bash-completion python-software-properties ca-certificates sudo nfs-common) utils.lxc.attach yum install ${PACKAGES[*]} -y