Add Fedora 32
This commit is contained in:
parent
777dd37e1b
commit
81874c5d3f
2 changed files with 8 additions and 2 deletions
|
|
@ -117,6 +117,10 @@ case "$1" in
|
|||
index rpm --sys fedora-31 --cat everything --mirror "${CMIRROR}releases/31/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-31 --cat everything --mirror "${CMIRROR}updates/31/Everything/x86_64/"
|
||||
;;
|
||||
32)
|
||||
index rpm --sys fedora-32 --cat everything --mirror "${CMIRROR}releases/32/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-32 --cat everything --mirror "${CMIRROR}updates/32/Everything/x86_64/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -147,10 +151,11 @@ case "$1" in
|
|||
$0 27
|
||||
$0 28
|
||||
$0 29
|
||||
$0 30
|
||||
;;
|
||||
current)
|
||||
$0 30
|
||||
$0 31
|
||||
$0 32
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue