Add FreeBSD 12.1

This commit is contained in:
Yorhel 2020-03-15 14:13:19 +01:00
parent 18f792b443
commit 1260cdf766
2 changed files with 9 additions and 1 deletions

View file

@ -247,7 +247,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(194,'CentOS', '7.7', 'centos-7.7', 51),
(195,'CentOS', '8.0', 'centos-8.0', 60),
(196,'CentOS', '8.1', 'centos-8.1', 61),
(197,'Fedora', '31', 'fedora-31', 30);
(197,'Fedora', '31', 'fedora-31', 30),
(198,'FreeBSD', '12.1', 'freebsd-12.1', 71);
-- Removes any path components and compression extensions from the filename.