Browse Source

Ensure that openssh-server is installed

Bob Mottram 9 years ago
parent
commit
47b1a8c6cc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise View File

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