From: Silvio Rhatto Date: Thu, 14 Jun 2018 01:01:15 +0000 (-0300) Subject: Env fix X-Git-Tag: 0.1.0~220 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e3ebc9acb84d612132636c944b1ea60e324b29d0;p=kvmx.git Env fix --- diff --git a/kvmx-create b/kvmx-create index 43d0dac..9cc8c74 100755 --- a/kvmx-create +++ b/kvmx-create @@ -265,7 +265,7 @@ function kvmx_create_custom { # Non-interactive installation #APT_INSTALL="LC_ALL=C DEBIAN_FRONTEND=noninteractive kvmx_sudo_run chroot $WORK/ apt-get install -y" #APT_INSTALL="kvmx_sudo_run LC_ALL=C DEBIAN_FRONTEND=noninteractive chroot $WORK/ apt-get install -y" - APT_INSTALL="kvmx_sudo_run chroot $WORK/ /usr/bin/env -- LC_ALL=C DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get install -y" + APT_INSTALL="kvmx_sudo_run chroot $WORK/ /usr/bin/env LC_ALL=C DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get install -y" # Initial system install. echo "Installing base system..."