Some repo updates + Debian bookworm
This commit is contained in:
parent
d0896806c1
commit
67b703636b
3 changed files with 10 additions and 4 deletions
|
|
@ -240,7 +240,7 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(187,'CentOS', '7.6', 'centos-7.6', 50),
|
||||
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
|
||||
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
|
||||
(190,'Debian', '10 (stable)', 'debian-buster', 14),
|
||||
(190,'Debian', '10', 'debian-buster', 14),
|
||||
(191,'Fedora', '30', 'fedora-30', 29),
|
||||
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
|
||||
(193,'Ubuntu', '19.10', 'ubuntu-eoan', 30),
|
||||
|
|
@ -262,7 +262,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(209,'FreeBSD', '13.0', 'freebsd-13.0', 80),
|
||||
(210,'Ubuntu', '21.04', 'ubuntu-hirsute', 33),
|
||||
(211,'Fedora', '34', 'fedora-34', 33),
|
||||
(212,'Debian', 'testing','debian-bullseye',15);
|
||||
(212,'Debian', '11 (stable)','debian-bullseye',15),
|
||||
(213,'Debian', '12 (testing)','debian-bookworm',16);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
. ./common.sh
|
||||
|
||||
MIRROR=http://mirror.i3d.net/pub/archlinux/
|
||||
MIRROR=http://mirror.ams1.nl.leaseweb.net/archlinux/
|
||||
|
||||
case "$1" in
|
||||
current)
|
||||
|
|
|
|||
|
|
@ -65,7 +65,11 @@ 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-updates "main contrib non-free" cmp amd64
|
||||
;;
|
||||
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
|
||||
;;
|
||||
old)
|
||||
$0 buzz
|
||||
|
|
@ -86,6 +90,7 @@ case "$1" in
|
|||
$0 stretch
|
||||
$0 buster
|
||||
$0 bullseye
|
||||
$0 bookworm
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue