aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-06-28 21:28:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-06-28 21:28:52 -0300
commit765c76ca234e42e12a90b4976b2f3c18bc994d2b (patch)
tree626b36647205a52e0e2f92cb54117b50ac6d58c0
parentc213e6cde571943138f603a9ef26229ae5979c82 (diff)
downloadhydra-765c76ca234e42e12a90b4976b2f3c18bc994d2b.tar.gz
hydra-765c76ca234e42e12a90b4976b2f3c18bc994d2b.tar.bz2
Feat: adds Debian trixie
-rw-r--r--lib/hydra/misc2
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"