Some fixes and repo updates
This commit is contained in:
parent
580fa89520
commit
c2a1dd6416
5 changed files with 29 additions and 8 deletions
|
|
@ -145,6 +145,10 @@ case "$1" in
|
|||
index rpm --sys fedora-38 --cat everything --mirror "${CMIRROR}releases/38/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-38 --cat everything --mirror "${CMIRROR}updates/38/Everything/x86_64/"
|
||||
;;
|
||||
39)
|
||||
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/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -186,6 +190,7 @@ case "$1" in
|
|||
current)
|
||||
$0 37
|
||||
$0 38
|
||||
$0 39
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue