Add missing openssh server package. Needed by vagrant up & vagrant ssh.
authorGlenn Y. Rolland <glenux@glenux.net>
Tue, 14 Jul 2015 13:51:48 +0000 (15:51 +0200)
committerGlenn Y. Rolland <glenux@glenux.net>
Tue, 14 Jul 2015 13:51:48 +0000 (15:51 +0200)
debian/install-extras.sh

index bf87e87037bcc2fb9a2134340f2b53fcf2fcc35f..089b426a253ca07b52dbe1712917fa6ad620401b 100755 (executable)
@@ -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