Add CentOS 8.5
It's still supported? I thought they dropped it early in favor of CentOS Stream or something.
This commit is contained in:
parent
f6a8d5c134
commit
b8dca570a0
2 changed files with 7 additions and 2 deletions
|
|
@ -265,7 +265,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(212,'Debian', '11 (stable)','debian-bullseye',15),
|
||||
(213,'Debian', '12 (testing)','debian-bookworm',16),
|
||||
(214,'CentOS', '8.4', 'centos-8.4', 64),
|
||||
(215,'Ubuntu', '21.10', 'ubuntu-impish', 34);
|
||||
(215,'Ubuntu', '21.10', 'ubuntu-impish', 34),
|
||||
(216,'CentOS', '8.5', 'centos-8.5', 65);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue