Drop support for lenny, squeeze, wheezy, jessie, stretch + buster Debian releases...
[grml-live.git] / etc / zsh / completion.d / _grml-live
index cb43f59..554f3e1 100644 (file)
@@ -47,7 +47,7 @@ _grmllive_suites() { #{{{
   local -a suites
 
   suites=(
-    stable testing unstable jessie stretch buster sid
+    stable testing unstable bullseye bookworm sid
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}
 }