Ensure that openssh-server is installed
This commit is contained in:
parent
ca417ad491
commit
47b1a8c6cc
|
@ -212,7 +212,7 @@ if [ -n "$CUSTOM_SETUP" ]; then
|
||||||
chroot "$rootdir" gdebi -n /tmp/"$(basename $CUSTOM_SETUP)"
|
chroot "$rootdir" gdebi -n /tmp/"$(basename $CUSTOM_SETUP)"
|
||||||
fi
|
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" git clone https://github.com/bashrc/freedombone /root/freedombone
|
||||||
chroot "$rootdir" cd /root/freedombone && make install
|
chroot "$rootdir" cd /root/freedombone && make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue