Add CentOS 7.9 & 8.3
Just lazy maintenance. I need to figure out what to do with CentOS now that they've switched to a different release model.
This commit is contained in:
parent
92bc63bbde
commit
7b791561aa
2 changed files with 13 additions and 3 deletions
|
|
@ -255,7 +255,9 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(202,'Fedora', '32', 'fedora-32', 31),
|
||||
(203,'FreeBSD', '11.4', 'freebsd-11.4', 65),
|
||||
(204,'Ubuntu', '20.10', 'ubuntu-groovy', 32),
|
||||
(205,'Fedora', '33', 'fedora-33', 32);
|
||||
(205,'Fedora', '33', 'fedora-33', 32),
|
||||
(206,'CentOS', '7.9', 'centos-7.9', 53),
|
||||
(207,'CentOS', '8.3', 'centos-8.3', 63);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue