diff options
-rw-r--r-- | lib/hydra/misc | 2 |
1 files changed, 2 insertions, 0 deletions
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" |