Add CentOS 8.2

This commit is contained in:
Yorhel 2020-10-14 15:22:46 +02:00
parent faa1cd6e55
commit 777dd37e1b
2 changed files with 7 additions and 2 deletions

View file

@ -250,7 +250,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(197,'Fedora', '31', 'fedora-31', 30),
(198,'FreeBSD', '12.1', 'freebsd-12.1', 71),
(199,'Ubuntu', '20.04', 'ubuntu-focal', 31),
(200,'CentOS', '7.8', 'centos-7.8', 52);
(200,'CentOS', '7.8', 'centos-7.8', 52),
(201,'CentOS', '8.2', 'centos-8.2', 62);
-- Removes any path components and compression extensions from the filename.

View file

@ -210,6 +210,9 @@ case "$1" in
8.1)
centd 8.1 8.1.1911 $CMIRROR
;;
8.2)
centd 8.2 8.2.2004 $CMIRROR
;;
old)
$0 2.1
$0 3.1
@ -262,11 +265,12 @@ case "$1" in
$0 7.6
$0 7.7
$0 8.0
$0 8.1
;;
current)
$0 6.10 # till 2020-11-30
$0 7.8 # till 2024-06-30
$0 8.1 # till 2029-05-31
$0 8.2 # till 2029-05-31
;;
all)
$0 old