Add missing openssh server package. Needed by vagrant up & vagrant ssh.

This commit is contained in:
Glenn Y. Rolland 2015-07-14 15:51:48 +02:00
parent f22a5c21d8
commit 1d0535a420

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