summaryrefslogtreecommitdiff
path: root/protostar
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-09-24 00:20:46 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-09-24 00:20:46 +0300
commitd1d26914be1a7db7deade0a27eabfe6493b10d28 (patch)
tree914689022a4a2f3a91f25df1bb1e38fac0604674 /protostar
parent4dc6a89732061e64a8bd5c3b24b793559b95a87d (diff)
downloadlive-d1d26914be1a7db7deade0a27eabfe6493b10d28.tar.gz
Dpkg::Use-Pty=false (breaks terminal)2016-09-24/netinst
Diffstat (limited to 'protostar')
-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