Add Debian testing + prefer that instead of Ubuntu
This commit is contained in:
parent
a96aeb6310
commit
d0896806c1
3 changed files with 15 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue