Add Fedora 33
Had to switch to a different mirror as the previous one hadn't synced yet.
This commit is contained in:
parent
648dbe025f
commit
fb3f1f8af4
2 changed files with 8 additions and 2 deletions
|
|
@ -254,7 +254,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(201,'CentOS', '8.2', 'centos-8.2', 62),
|
||||
(202,'Fedora', '32', 'fedora-32', 31),
|
||||
(203,'FreeBSD', '11.4', 'freebsd-11.4', 65),
|
||||
(204,'Ubuntu', '20.10', 'ubuntu-groovy', 32);
|
||||
(204,'Ubuntu', '20.10', 'ubuntu-groovy', 32),
|
||||
(205,'Fedora', '33', 'fedora-33', 32);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue