diff options
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 deletions
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" |