Add CentOS 7.5 + Fix Fedora 28 updates repo
This commit is contained in:
parent
7aa89145ca
commit
7bb4397f9b
3 changed files with 10 additions and 4 deletions
|
|
@ -231,7 +231,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(178,'CentOS', '7.3', 'centos-7.3', 46),
|
||||
(179,'CentOS', '7.4', 'centos-7.4', 47),
|
||||
(180,'Ubuntu', '18.04', 'ubuntu-bionic', 27),
|
||||
(181,'Fedora', '28', 'fedora-28', 27);
|
||||
(181,'Fedora', '28', 'fedora-28', 27),
|
||||
(182,'CentOS', '7.5', 'centos-7.5', 48);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue