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