centos: bash-completion does not exist in plain centos
authorMichael Adam <obnox@samba.org>
Mon, 22 Dec 2014 16:47:56 +0000 (17:47 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 7 Dec 2015 09:44:06 +0000 (10:44 +0100)
centos/install-extras.sh

index dfec05b36b3afdb038cb114b3d76c2a71b295bd8..ebafda72c4f156fef4c3974c35b2e1152096c428 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 bash-completion ca-certificates sudo nfs-common)
+PACKAGES=(vim curl wget man ca-certificates sudo nfs-common)
 utils.lxc.attach yum install ${PACKAGES[*]} -y