Some repo updates + Debian bookworm

This commit is contained in:
Yorhel 2021-08-17 11:29:41 +02:00
parent d0896806c1
commit 67b703636b
3 changed files with 10 additions and 4 deletions

View file

@ -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.