aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-12-26 12:37:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-12-26 12:37:56 -0300
commitc850c699883f4a0c1181063903727bcf639049ca (patch)
tree1c3052a264566ccc347ac3abf8da0afa579bc26b
parent34c2d27617ea9d4f8059c6de9cbe3a42b462b788 (diff)
downloadhydra-master.tar.gz
hydra-master.tar.bz2
Feat: update next Debian release to forkyHEADmaster
-rw-r--r--lib/hydra/misc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hydra/misc b/lib/hydra/misc
index 67d2e31..cfcb05a 100644
--- a/lib/hydra/misc
+++ b/lib/hydra/misc
@@ -146,6 +146,8 @@ function hydra_next_debian_release {
elif [ "$release" == "bookworm" ]; then
echo "trixie"
elif [ "$release" == "trixie" ]; then
+ echo "forky"
+ elif [ "$release" == "forky" ]; then
echo "sid"
else
echo "Unsupported release"