Ensure that openssh-server is installed

This commit is contained in:
Bob Mottram 2015-11-21 13:49:00 +00:00
parent ca417ad491
commit 47b1a8c6cc
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ if [ -n "$CUSTOM_SETUP" ]; then
chroot "$rootdir" gdebi -n /tmp/"$(basename $CUSTOM_SETUP)"
fi
chroot "$rootdir" apt-get install -y git dialog build-essential
chroot "$rootdir" apt-get install -y git dialog build-essential openssh-server
chroot "$rootdir" git clone https://github.com/bashrc/freedombone /root/freedombone
chroot "$rootdir" cd /root/freedombone && make install