Fix indexing of Debian architecture-independent packages + Alpine 3.19
This commit is contained in:
parent
c2a1dd6416
commit
f33081df11
2 changed files with 8 additions and 3 deletions
|
|
@ -65,14 +65,15 @@ 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 "main contrib non-free" cmp all
|
||||
;;
|
||||
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
|
||||
index_deb debian-bookworm $CMIRROR bookworm "main contrib non-free" cmp all
|
||||
;;
|
||||
trixie)
|
||||
index_deb debian-trixie $CMIRROR trixie "main contrib non-free" cmp amd64
|
||||
index_deb debian-trixie $CMIRROR trixie "main contrib non-free" cmp all
|
||||
;;
|
||||
old)
|
||||
$0 buzz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue