Add CentOS 8.1
This commit is contained in:
parent
cf5c16241f
commit
1d8490dde9
2 changed files with 8 additions and 2 deletions
|
|
@ -245,7 +245,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
|
||||
(193,'Ubuntu', '19.10', 'ubuntu-eoan', 30),
|
||||
(194,'CentOS', '7.7', 'centos-7.7', 51),
|
||||
(195,'CentOS', '8.0', 'centos-8.0', 60);
|
||||
(195,'CentOS', '8.0', 'centos-8.0', 60),
|
||||
(196,'CentOS', '8.1', 'centos-8.1', 61);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue