Add Fedora 43
This commit is contained in:
parent
044e4218f5
commit
b808af9e13
1 changed files with 5 additions and 0 deletions
|
|
@ -161,6 +161,10 @@ case "$1" in
|
||||||
index rpm --sys fedora-42 --mirror "${CMIRROR}releases/42/Everything/x86_64/os/"
|
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/"
|
index rpm --sys fedora-42 --mirror "${CMIRROR}updates/42/Everything/x86_64/"
|
||||||
;;
|
;;
|
||||||
|
43)
|
||||||
|
index rpm --sys fedora-43 --mirror "${CMIRROR}releases/43/Everything/x86_64/os/"
|
||||||
|
index rpm --sys fedora-43 --mirror "${CMIRROR}updates/43/Everything/x86_64/"
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 1
|
$0 1
|
||||||
$0 2
|
$0 2
|
||||||
|
|
@ -206,6 +210,7 @@ case "$1" in
|
||||||
current)
|
current)
|
||||||
$0 41
|
$0 41
|
||||||
$0 42
|
$0 42
|
||||||
|
$0 43
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue