Skip to content

Commit

Permalink
Add support for Debian/trixie (current Debian/testing)
Browse files Browse the repository at this point in the history
While at it, deprecate bullseye in zsh completion.

Thanks: cb <christopher@bocki.com> for the PR
Closes: #135
  • Loading branch information
mika committed Aug 11, 2023
1 parent 29d5e28 commit 5730180
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# official debian repository:
deb http://ftp.debian.org/debian/ trixie main contrib non-free-firmware non-free
deb-src http://ftp.debian.org/debian/ trixie main contrib non-free-firmware non-free

# security updates:
deb http://security.debian.org/debian-security trixie-security main contrib non-free-firmware non-free
deb-src http://security.debian.org/debian-security trixie-security main contrib non-free-firmware non-free
2 changes: 1 addition & 1 deletion etc/zsh/completion.d/_grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand Down

0 comments on commit 5730180

Please sign in to comment.