From 1b3da2b910c3eec6d93facb544d15d5a4b405e78 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Dec 2014 17:47:56 +0100 Subject: [PATCH] centos: bash-completion does not exist in plain centos --- 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 dfec05b..ebafda7 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 bash-completion ca-certificates sudo nfs-common) +PACKAGES=(vim curl wget man ca-certificates sudo nfs-common) utils.lxc.attach yum install ${PACKAGES[*]} -y