Merge remote-tracking branch 'origin/github/pr/148'
[grml-live.git] / etc / zsh / completion.d / _grml-live
index bed07a9..b0750ec 100644 (file)
@@ -36,7 +36,7 @@ _grmllive_classes() { #{{{
         DEBORPHAN FRESHCLAM
         GRMLBASE GRML_FULL GRML_SMALL
         LATEX LATEX_CLEANUP LOCALES NO_ONLINE RELEASE REMOVE_DOCS SOURCES XORG ZFS
-        I386 AMD64
+        I386 AMD64 ARM64
     )
     compset -P '*,'
     already=(${(s<,>)IPREFIX})
@@ -49,7 +49,7 @@ _grmllive_suites() { #{{{
   local -a suites
 
   suites=(
-    stable testing unstable bullseye bookworm sid
+    stable testing unstable bookworm sid trixie
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}
 }