From: Silvio Rhatto Date: Mon, 17 Jul 2023 16:23:12 +0000 (-0300) Subject: Fix: kvmx-create: updates NEXT_DEBIAN_RELEASE X-Git-Tag: 0.1.0~17 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c16ca992a3475f525c3cadb0ca8e8de4c6d04d7c;p=kvmx.git Fix: kvmx-create: updates NEXT_DEBIAN_RELEASE --- diff --git a/kvmx-create b/kvmx-create index 1f7a920..990a7f7 100755 --- a/kvmx-create +++ b/kvmx-create @@ -145,7 +145,7 @@ function kvmx_config { # function kvmx_create_custom { # Next debian release - NEXT_DEBIAN_RELEASE="bookworm" + NEXT_DEBIAN_RELEASE="trixie" # Check dependencies DEPENDENCIES="sudo apt qemu-img sed awk tr head debootstrap chroot"