From 6764344bb9ca41cb03d7cfeb394f72492ebf6247 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 5 Sep 2021 14:19:34 -0300 Subject: Fix: bullseye update --- lib/hydra/misc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/hydra/misc b/lib/hydra/misc index 75edf19..e4bbbd2 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -137,6 +137,8 @@ function hydra_next_debian_release { elif [ "$release" == "buster" ]; then echo "bullseye" elif [ "$release" == "bullseye" ]; then + echo "bookworm" + elif [ "$release" == "bookworm" ]; then echo "sid" else echo "Unsupported release" -- cgit v1.2.3