From 1d0535a4206e963b26c94d5e062908470dcdcd15 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 14 Jul 2015 15:51:48 +0200 Subject: [PATCH] Add missing openssh server package. Needed by vagrant up & vagrant ssh. --- debian/install-extras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/install-extras.sh b/debian/install-extras.sh index bf87e87..089b426 100755 --- a/debian/install-extras.sh +++ b/debian/install-extras.sh @@ -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