]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Env fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jun 2018 01:01:15 +0000 (22:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jun 2018 01:01:15 +0000 (22:01 -0300)
kvmx-create

index 43d0dac921454c5736de0fbef83754d9c25439d8..9cc8c748667009b2136fa167416146ec0503277a 100755 (executable)
@@ -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..."