Add missing openssh server package. Needed by vagrant up & vagrant ssh.
This commit is contained in:
parent
f22a5c21d8
commit
1d0535a420
1 changed files with 1 additions and 1 deletions
2
debian/install-extras.sh
vendored
2
debian/install-extras.sh
vendored
|
@ -14,7 +14,7 @@ log 'Sleeping for 5 seconds...'
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
# TODO: Support for appending to this list from outside
|
# 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
|
if [ $DISTRIBUTION = 'ubuntu' ]; then
|
||||||
PACKAGES+=' software-properties-common'
|
PACKAGES+=' software-properties-common'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue