Add Ubuntu 19.04
This commit is contained in:
parent
df33c43a9c
commit
e926f89838
2 changed files with 6 additions and 1 deletions
|
|
@ -238,7 +238,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28),
|
||||
(186,'Fedora', '29', 'fedora-29', 28),
|
||||
(187,'CentOS', '7.6', 'centos-7.6', 50),
|
||||
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70);
|
||||
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
|
||||
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue