From e3ebc9acb84d612132636c944b1ea60e324b29d0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Jun 2018 22:01:15 -0300 Subject: Env fix --- kvmx-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmx-create') 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..." -- cgit v1.2.3