Add CentOS 8.5
It's still supported? I thought they dropped it early in favor of CentOS Stream or something.
This commit is contained in:
parent
f6a8d5c134
commit
b8dca570a0
2 changed files with 7 additions and 2 deletions
|
|
@ -222,6 +222,9 @@ case "$1" in
|
|||
8.4)
|
||||
centd 8.4 8.4.2105 $CMIRROR
|
||||
;;
|
||||
8.5)
|
||||
centd 8.5 8.5.2111 $CMIRROR
|
||||
;;
|
||||
old)
|
||||
$0 2.1
|
||||
$0 3.1
|
||||
|
|
@ -278,10 +281,11 @@ case "$1" in
|
|||
$0 8.1
|
||||
$0 8.2
|
||||
$0 8.3
|
||||
$0 8.4
|
||||
;;
|
||||
current)
|
||||
$0 7.9 # till 2024-06-30
|
||||
$0 8.4 # till 2029-05-31
|
||||
$0 8.5 # till 2029-05-31
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue