aboutsummaryrefslogtreecommitdiff
path: root/kvmx-create
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-07-11 10:08:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-07-11 10:08:47 -0300
commita7d5bef25cf5d0d6c609231e5440c9fbb5ef79ac (patch)
treeaff9783bab7bf10fb1fc78a95bf0bb598257ee67 /kvmx-create
parente5d0c331b3439e7b2df287708b44aec1c2ec2ffb (diff)
downloadkvmx-a7d5bef25cf5d0d6c609231e5440c9fbb5ef79ac.tar.gz
kvmx-a7d5bef25cf5d0d6c609231e5440c9fbb5ef79ac.tar.bz2
Fix apt config at kvmx-create
Diffstat (limited to 'kvmx-create')
-rwxr-xr-xkvmx-create4
1 files changed, 2 insertions, 2 deletions
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