Merge pull request #20 from tuminoid/patch-1

Remove extraneous install argument from yum
This commit is contained in:
Fabio Rehm 2014-12-01 14:53:47 -02:00
commit dae3cd5031

View file

@ -17,4 +17,4 @@ 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)
utils.lxc.attach yum install install ${PACKAGES[*]} -y
utils.lxc.attach yum install ${PACKAGES[*]} -y