diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index a7d2b4a7..b7a08141 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -279,7 +279,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 openssh-server +chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server chroot "$rootdir" /bin/bash -x <