Add FreeBSD 12.2 & 13.0

This commit is contained in:
Yorhel 2021-04-17 19:52:04 +02:00
parent 7b791561aa
commit 12f88c0b6f
2 changed files with 17 additions and 1 deletions

View file

@ -257,7 +257,9 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(204,'Ubuntu', '20.10', 'ubuntu-groovy', 32),
(205,'Fedora', '33', 'fedora-33', 32),
(206,'CentOS', '7.9', 'centos-7.9', 53),
(207,'CentOS', '8.3', 'centos-8.3', 63);
(207,'CentOS', '8.3', 'centos-8.3', 63),
(208,'FreeBSD', '12.2', 'freebsd-12.2', 72),
(209,'FreeBSD', '13.0', 'freebsd-13.0', 80);
-- Removes any path components and compression extensions from the filename.