Add Debian Buster

This commit is contained in:
Yorhel 2019-07-19 20:40:09 +02:00
parent 1ce29f7c3f
commit 69cbd77729
3 changed files with 8 additions and 2 deletions

View file

@ -21,8 +21,8 @@ index_deb() {
local MIRROR=$2
local DISTRO=$3
local COMPONENTS=$4
local ARCH=${6:-"i386"}
local CONTENTS=${5:-"dists/$DISTRO/Contents-$ARCH.gz"}
local ARCH=${6:-"i386"}
for CMP in $COMPONENTS; do
local CONT=$CONTENTS

View file

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