From 9e06edd6b6569e225c000b2ec57e5fff96ce0ca0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Oct 2020 16:08:45 -0300 Subject: Fix: image creation for the current debian testing --- kvmx-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmx-create') diff --git a/kvmx-create b/kvmx-create index 71e9dc0..a9cc62a 100755 --- a/kvmx-create +++ b/kvmx-create @@ -248,7 +248,7 @@ function kvmx_create_custom { # Apt if [ "$distro" == "debian" ]; then - if [ "$version" != "sid" ]; then + if [ "$version" != "sid" ] && [ "$version" != "bullseye" ]; then echo "deb http://security.debian.org/ $version/updates main contrib non-free" | $SUDO tee -a $WORK/etc/apt/sources.list > /dev/null echo "deb-src http://security.debian.org/ $version/updates main contrib non-free" | $SUDO tee -a $WORK/etc/apt/sources.list > /dev/null fi -- cgit v1.2.3