diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-07-17 13:23:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-07-17 13:23:12 -0300 |
commit | c16ca992a3475f525c3cadb0ca8e8de4c6d04d7c (patch) | |
tree | 42620e2e843f883079c5c94230264089310de060 | |
parent | 264942ae1ba52816cee4cb1f6cd0468208047d3d (diff) | |
download | kvmx-c16ca992a3475f525c3cadb0ca8e8de4c6d04d7c.tar.gz kvmx-c16ca992a3475f525c3cadb0ca8e8de4c6d04d7c.tar.bz2 |
Fix: kvmx-create: updates NEXT_DEBIAN_RELEASE
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 deletions
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" |