From: Silvio Rhatto Date: Tue, 11 Jul 2017 13:08:47 +0000 (-0300) Subject: Fix apt config at kvmx-create X-Git-Tag: 0.1.0~419 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a7d5bef25cf5d0d6c609231e5440c9fbb5ef79ac;p=kvmx.git Fix apt config at kvmx-create --- diff --git a/kvmx-create b/kvmx-create index bafa79a..ee0393a 100755 --- a/kvmx-create +++ b/kvmx-create @@ -231,8 +231,8 @@ function kvmx_create_custom { # Apt if [ "$version" != "sid" ]; then - echo "deb http://security.debian.org/ $version/updates main contrib non-free" | $SUDO tee $WORK/etc/apt/sources.list - echo "deb-src http://security.debian.org/ $version/updates main contrib non-free" | $SUDO tee $WORK/etc/apt/sources.list + echo "deb http://security.debian.org/ $version/updates main contrib non-free" | $SUDO tee -a $WORK/etc/apt/sources.list + echo "deb-src http://security.debian.org/ $version/updates main contrib non-free" | $SUDO tee -a $WORK/etc/apt/sources.list fi # Mount auxiliary filesystems needed by the bootloader