Repo updates
This commit is contained in:
parent
f5b35efdc3
commit
e77775246c
4 changed files with 20 additions and 4 deletions
|
|
@ -141,6 +141,10 @@ case "$1" in
|
|||
index rpm --sys fedora-37 --cat everything --mirror "${CMIRROR}releases/37/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-37 --cat everything --mirror "${CMIRROR}updates/37/Everything/x86_64/"
|
||||
;;
|
||||
38)
|
||||
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/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -175,12 +179,13 @@ case "$1" in
|
|||
$0 31
|
||||
$0 32
|
||||
$0 33
|
||||
;;
|
||||
current)
|
||||
$0 34
|
||||
$0 35
|
||||
$0 36
|
||||
;;
|
||||
current)
|
||||
$0 37
|
||||
#$0 38
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue