Add FreeBSD 11.3
This commit is contained in:
parent
d2e7719b3f
commit
a6f0f9eb14
2 changed files with 9 additions and 1 deletions
|
|
@ -241,7 +241,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
|
||||
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
|
||||
(190,'Debian', '10.0', 'debian-buster', 14),
|
||||
(191,'Fedora', '30', 'fedora-30', 29);
|
||||
(191,'Fedora', '30', 'fedora-30', 29),
|
||||
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue