Add FreeBSD 11.4
This commit is contained in:
parent
81874c5d3f
commit
2ee9a5b6b0
2 changed files with 9 additions and 1 deletions
|
|
@ -252,7 +252,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(199,'Ubuntu', '20.04', 'ubuntu-focal', 31),
|
||||
(200,'CentOS', '7.8', 'centos-7.8', 52),
|
||||
(201,'CentOS', '8.2', 'centos-8.2', 62),
|
||||
(202,'Fedora', '32', 'fedora-32', 31);
|
||||
(202,'Fedora', '32', 'fedora-32', 31),
|
||||
(203,'FreeBSD', '11.4', 'freebsd-11.4', 65);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue