Add Ubuntu 20.10

This commit is contained in:
Yorhel 2020-10-23 11:15:37 +02:00
parent 91b43d220b
commit 648dbe025f
2 changed files with 7 additions and 2 deletions

View file

@ -253,7 +253,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(200,'CentOS', '7.8', 'centos-7.8', 52),
(201,'CentOS', '8.2', 'centos-8.2', 62),
(202,'Fedora', '32', 'fedora-32', 31),
(203,'FreeBSD', '11.4', 'freebsd-11.4', 65);
(203,'FreeBSD', '11.4', 'freebsd-11.4', 65),
(204,'Ubuntu', '20.10', 'ubuntu-groovy', 32);
-- Removes any path components and compression extensions from the filename.