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
|
|
@ -175,7 +175,10 @@ case "$1" in
|
|||
centc 7.3 7.3.1611
|
||||
;;
|
||||
7.4)
|
||||
centc 7.4 7.4.1708 $CMIRROR
|
||||
centc 7.4 7.4.1708
|
||||
;;
|
||||
7.5)
|
||||
centc 7.5 7.5.1804 $CMIRROR
|
||||
;;
|
||||
old)
|
||||
$0 2.1
|
||||
|
|
@ -222,10 +225,11 @@ case "$1" in
|
|||
$0 7.1
|
||||
$0 7.2
|
||||
$0 7.3
|
||||
$0 7.4
|
||||
;;
|
||||
current)
|
||||
$0 6.9 # till 2020-11-30
|
||||
$0 7.4 # till 2024-06-30
|
||||
$0 7.5 # till 2024-06-30
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
|
|
@ -102,7 +102,8 @@ case "$1" in
|
|||
fedora 27 x86_64 $CMIRROR
|
||||
;;
|
||||
28)
|
||||
fedora 28 x86_64 $CMIRROR
|
||||
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}releases/28/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}updates/28/Everything/x86_64/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue