Add Ubuntu 21.04 + stop syncing a few old distros
This commit is contained in:
parent
c7f85a5685
commit
61965f23f6
4 changed files with 7 additions and 3 deletions
|
|
@ -259,7 +259,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(206,'CentOS', '7.9', 'centos-7.9', 53),
|
||||
(207,'CentOS', '8.3', 'centos-8.3', 63),
|
||||
(208,'FreeBSD', '12.2', 'freebsd-12.2', 72),
|
||||
(209,'FreeBSD', '13.0', 'freebsd-13.0', 80);
|
||||
(209,'FreeBSD', '13.0', 'freebsd-13.0', 80),
|
||||
(210,'Ubuntu', '21.04', 'ubuntu-hirsute', 33);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue