Merge pull request #37 from glenux/master

Added missing openssh server package. Needed by vagrant up & vagrant ssh.
This commit is contained in:
Fabio Rehm 2015-12-06 19:33:59 -02:00
commit d3746b2d8a

View file

@ -14,7 +14,7 @@ log 'Sleeping for 5 seconds...'
sleep 5
# TODO: Support for appending to this list from outside
PACKAGES=(vim curl wget man-db bash-completion python-software-properties ca-certificates sudo)
PACKAGES=(vim curl wget man-db openssh-server bash-completion python-software-properties ca-certificates sudo)
if [ $DISTRIBUTION = 'ubuntu' ]; then
PACKAGES+=' software-properties-common'
fi