Add Debian Buster
This commit is contained in:
parent
1ce29f7c3f
commit
69cbd77729
3 changed files with 8 additions and 2 deletions
|
|
@ -239,7 +239,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(186,'Fedora', '29', 'fedora-29', 28),
|
||||
(187,'CentOS', '7.6', 'centos-7.6', 50),
|
||||
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
|
||||
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29);
|
||||
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
|
||||
(190,'Debian', '10.0', 'debian-buster', 14);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue