summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprotostar2
1 files changed, 1 insertions, 1 deletions
diff --git a/protostar b/protostar
index 9589ddd..a053491 100755
--- a/protostar
+++ b/protostar
@@ -119,7 +119,7 @@ mount_in_root
trap 'umount_in_root' SIGINT SIGTERM
set -x
chroot $ROOT apt-get update
-chroot $ROOT apt-get -y --no-install-recommends install $EXTRA_PACKAGES
+chroot $ROOT apt-get -y --no-install-recommends -o Dpkg::Use-Pty=false install $EXTRA_PACKAGES
chroot $ROOT apt-get clean
set +x
trap - SIGINT SIGTERM