Add Fedora 42
This commit is contained in:
parent
d6b515d941
commit
42d91dc31f
1 changed files with 7 additions and 2 deletions
|
|
@ -157,6 +157,10 @@ case "$1" in
|
|||
index rpm --sys fedora-41 --mirror "${CMIRROR}releases/41/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-41 --mirror "${CMIRROR}updates/41/Everything/x86_64/"
|
||||
;;
|
||||
42)
|
||||
index rpm --sys fedora-42 --mirror "${CMIRROR}releases/42/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-42 --mirror "${CMIRROR}updates/42/Everything/x86_64/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -196,11 +200,12 @@ case "$1" in
|
|||
$0 36
|
||||
$0 37
|
||||
$0 38
|
||||
;;
|
||||
current)
|
||||
$0 39
|
||||
$0 40
|
||||
;;
|
||||
current)
|
||||
$0 41
|
||||
$0 42
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue