diff options
-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 |