Add Fedora 40
This commit is contained in:
parent
d8f452e47e
commit
97b88a989f
1 changed files with 6 additions and 1 deletions
|
|
@ -149,6 +149,10 @@ case "$1" in
|
|||
index rpm --sys fedora-39 --cat everything --mirror "${CMIRROR}releases/39/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-39 --cat everything --mirror "${CMIRROR}updates/39/Everything/x86_64/"
|
||||
;;
|
||||
40)
|
||||
index rpm --sys fedora-40 --cat everything --mirror "${CMIRROR}releases/40/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-40 --cat everything --mirror "${CMIRROR}updates/40/Everything/x86_64/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -186,11 +190,12 @@ case "$1" in
|
|||
$0 34
|
||||
$0 35
|
||||
$0 36
|
||||
$0 37
|
||||
;;
|
||||
current)
|
||||
$0 37
|
||||
$0 38
|
||||
$0 39
|
||||
$0 40
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue