Add CentOS 8.0

This commit is contained in:
Yorhel 2019-10-22 21:10:44 +02:00
parent 6fe905f7c9
commit cf5c16241f
2 changed files with 18 additions and 1 deletions

View file

@ -244,7 +244,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(191,'Fedora', '30', 'fedora-30', 29),
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
(193,'Ubuntu', '19.10', 'ubuntu-eoan', 30),
(194,'CentOS', '7.7', 'centos-7.7', 51);
(194,'CentOS', '7.7', 'centos-7.7', 51),
(195,'CentOS', '8.0', 'centos-8.0', 60);
-- Removes any path components and compression extensions from the filename.