centos: package python-software-properties does not exist here

And I don't know a package to provide the same classes.
This commit is contained in:
Michael Adam 2014-12-22 17:42:22 +01:00
parent 3b7802e29f
commit ea1f9efb26

View file

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