Add Fedora 29
This commit is contained in:
parent
19e07400b9
commit
99628559ed
2 changed files with 7 additions and 1 deletions
|
|
@ -105,6 +105,10 @@ case "$1" in
|
|||
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}releases/28/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}updates/28/Everything/x86_64/"
|
||||
;;
|
||||
29)
|
||||
index rpm --sys fedora-29 --cat everything --mirror "${CMIRROR}releases/29/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-29 --cat everything --mirror "${CMIRROR}updates/29/Everything/x86_64/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -136,6 +140,7 @@ case "$1" in
|
|||
current)
|
||||
$0 27
|
||||
$0 28
|
||||
$0 29
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue