diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-28 21:28:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-28 21:28:52 -0300 |
commit | 765c76ca234e42e12a90b4976b2f3c18bc994d2b (patch) | |
tree | 626b36647205a52e0e2f92cb54117b50ac6d58c0 /lib | |
parent | c213e6cde571943138f603a9ef26229ae5979c82 (diff) | |
download | hydra-765c76ca234e42e12a90b4976b2f3c18bc994d2b.tar.gz hydra-765c76ca234e42e12a90b4976b2f3c18bc994d2b.tar.bz2 |
Feat: adds Debian trixie
Diffstat (limited to 'lib')
-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" |