Some repo updates + Debian bookworm

This commit is contained in:
Yorhel 2021-08-17 11:29:41 +02:00
parent d0896806c1
commit 67b703636b
3 changed files with 10 additions and 4 deletions

View file

@ -65,7 +65,11 @@ case "$1" in
;;
bullseye)
index_deb debian-bullseye $CMIRROR bullseye "main contrib non-free" cmp amd64
#index_deb debian-bullseye $CMIRROR bullseye-updates "main contrib non-free" cmp amd64
index_deb debian-bullseye $CMIRROR bullseye-updates "main contrib non-free" cmp amd64
;;
bookworm)
index_deb debian-bookworm $CMIRROR bookworm "main contrib non-free" cmp amd64
#index_deb debian-bookworm $CMIRROR bookworm-updates "main contrib non-free" cmp amd64
;;
old)
$0 buzz
@ -86,6 +90,7 @@ case "$1" in
$0 stretch
$0 buster
$0 bullseye
$0 bookworm
;;
all)
$0 old