Add Debian testing + prefer that instead of Ubuntu

This commit is contained in:
Yorhel 2021-06-10 09:33:32 +02:00
parent a96aeb6310
commit d0896806c1
3 changed files with 15 additions and 9 deletions

View file

@ -63,6 +63,10 @@ case "$1" in
index_deb debian-buster $CMIRROR buster "main contrib non-free" cmp amd64
index_deb debian-buster $CMIRROR buster-updates "main contrib non-free" cmp amd64
;;
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
;;
old)
$0 buzz
$0 rex
@ -81,6 +85,7 @@ case "$1" in
current)
$0 stretch
$0 buster
$0 bullseye
;;
all)
$0 old