From 765c76ca234e42e12a90b4976b2f3c18bc994d2b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 28 Jun 2023 21:28:52 -0300 Subject: Feat: adds Debian trixie --- lib/hydra/misc | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3