From: Silvio Rhatto Date: Thu, 17 Mar 2022 17:21:20 +0000 (-0300) Subject: Fix: kvmx-create: NEXT_DEBIAN_RELEASE X-Git-Tag: 0.1.0~42 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d93c024d86c04135758d346b8a59757e22a03107;p=kvmx.git Fix: kvmx-create: NEXT_DEBIAN_RELEASE --- diff --git a/kvmx-create b/kvmx-create index 4e88e96..aa4d493 100755 --- a/kvmx-create +++ b/kvmx-create @@ -145,7 +145,7 @@ function kvmx_config { # function kvmx_create_custom { # Next debian release - NEXT_DEBIAN_RELEASE="bullseye" + NEXT_DEBIAN_RELEASE="bookworm" # Check dependencies DEPENDENCIES="sudo apt qemu-img sed awk tr head debootstrap chroot"