diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-09-24 00:20:46 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-09-24 00:20:46 +0300 |
commit | d1d26914be1a7db7deade0a27eabfe6493b10d28 (patch) | |
tree | 914689022a4a2f3a91f25df1bb1e38fac0604674 | |
parent | 4dc6a89732061e64a8bd5c3b24b793559b95a87d (diff) | |
download | live-2016-09-24/netinst.tar.gz |
Dpkg::Use-Pty=false (breaks terminal)2016-09-24/netinst
-rwxr-xr-x | protostar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |