Merge pull request #37 from glenux/master
Added missing openssh server package. Needed by vagrant up & vagrant ssh.
This commit is contained in:
commit
d3746b2d8a
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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue