Add FreeBSD 9.3
This commit is contained in:
parent
72e26a0614
commit
ed00c5fd46
2 changed files with 61 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(90, 'Ubuntu', '15.04', 'ubuntu-vivid', 21),
|
||||
(91, 'Debian', '8.0', 'debian-jessie', 12),
|
||||
(92, 'Ubuntu', '15.10', 'ubuntu-wily', 22),
|
||||
(93, 'Ubuntu', '16.04', 'ubuntu-xenial', 23);
|
||||
(93, 'Ubuntu', '16.04', 'ubuntu-xenial', 23),
|
||||
(94, 'FreeBSD', '9.3', 'freebsd-9.3', 55);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue