summaryrefslogtreecommitdiff
path: root/util/debian.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/debian.sh')
-rwxr-xr-xutil/debian.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/debian.sh b/util/debian.sh
index 368cd11..52c9dd5 100755
--- a/util/debian.sh
+++ b/util/debian.sh
@@ -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