Add Fedora 43

This commit is contained in:
Yorhel 2025-10-29 16:59:24 +01:00
parent 044e4218f5
commit b808af9e13

View file

@ -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