From 30b774589620d4926baad1f0d90631fa0ad57832 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 23 Nov 2015 11:16:04 +0000 Subject: [PATCH] sudo --- src/freedombone-image-customise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <