|
@@ -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
|
|