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