centos: on centos, the package is "man", not "man-db".
This commit is contained in:
parent
cdbae4317d
commit
3b7802e29f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue