Skip to content
Snippets Groups Projects
Commit 47b1a8c6 authored by Bob Mottram's avatar Bob Mottram
Browse files

Ensure that openssh-server is installed

parent ca417ad4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment