Skip to content

Commit

Permalink
Update centos packages before installing new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Sep 24, 2014
1 parent a814d94 commit 4546b8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions centos/install-extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ utils.lxc.start
log 'Sleeping for 10 seconds...'
sleep 10

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

0 comments on commit 4546b8e

Please sign in to comment.