From d1d26914be1a7db7deade0a27eabfe6493b10d28 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 24 Sep 2016 00:20:46 +0300 Subject: Dpkg::Use-Pty=false (breaks terminal) --- protostar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3