From: Silvio Rhatto Date: Thu, 29 Jun 2023 00:28:52 +0000 (-0300) Subject: Feat: adds Debian trixie X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=765c76ca234e42e12a90b4976b2f3c18bc994d2b;p=hydra.git Feat: adds Debian trixie --- diff --git a/lib/hydra/misc b/lib/hydra/misc index 6852f27..67d2e31 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -144,6 +144,8 @@ function hydra_next_debian_release { elif [ "$release" == "bullseye" ]; then echo "bookworm" elif [ "$release" == "bookworm" ]; then + echo "trixie" + elif [ "$release" == "trixie" ]; then echo "sid" else echo "Unsupported release"