Add Fedora 34
This commit is contained in:
parent
61965f23f6
commit
1572f6cedf
2 changed files with 7 additions and 1 deletions
|
|
@ -125,6 +125,10 @@ case "$1" in
|
|||
index rpm --sys fedora-33 --cat everything --mirror "${CMIRROR}releases/33/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-33 --cat everything --mirror "${CMIRROR}updates/33/Everything/x86_64/"
|
||||
;;
|
||||
34)
|
||||
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}releases/34/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}updates/34/Everything/x86_64/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -161,6 +165,7 @@ case "$1" in
|
|||
current)
|
||||
$0 32
|
||||
$0 33
|
||||
$0 34
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue