aboutsummaryrefslogtreecommitdiff
path: root/kvmx-create
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-13 22:01:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-13 22:01:15 -0300
commite3ebc9acb84d612132636c944b1ea60e324b29d0 (patch)
tree06a513c9073a346ce5ba09008d4f5debf6e18db9 /kvmx-create
parentdd4f7f7affb476f58f268e31125257efd55882c9 (diff)
downloadkvmx-e3ebc9acb84d612132636c944b1ea60e324b29d0.tar.gz
kvmx-e3ebc9acb84d612132636c944b1ea60e324b29d0.tar.bz2
Env fix
Diffstat (limited to 'kvmx-create')
-rwxr-xr-xkvmx-create2
1 files changed, 1 insertions, 1 deletions
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..."