Bunch of repo updates
This commit is contained in:
parent
47d86c06fd
commit
81c9ec53ff
5 changed files with 42 additions and 1 deletions
|
|
@ -137,6 +137,10 @@ case "$1" in
|
|||
index rpm --sys fedora-36 --cat everything --mirror "${CMIRROR}releases/36/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-36 --cat everything --mirror "${CMIRROR}updates/36/Everything/x86_64/"
|
||||
;;
|
||||
37)
|
||||
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/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -176,6 +180,7 @@ case "$1" in
|
|||
$0 34
|
||||
$0 35
|
||||
$0 36
|
||||
$0 37
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue