Add Fedora 33

Had to switch to a different mirror as the previous one hadn't synced
yet.
This commit is contained in:
Yorhel 2020-10-28 07:42:21 +01:00
parent 648dbe025f
commit fb3f1f8af4
2 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,7 @@
. ./common.sh
AMIRROR=http://archives.fedoraproject.org/pub/archive/fedora/linux/
CMIRROR=http://mirror.nl.leaseweb.net/fedora/linux/
CMIRROR=http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/
# Fedora 7+ is pretty regular
@ -121,6 +121,10 @@ case "$1" in
index rpm --sys fedora-32 --cat everything --mirror "${CMIRROR}releases/32/Everything/x86_64/os/"
index rpm --sys fedora-32 --cat everything --mirror "${CMIRROR}updates/32/Everything/x86_64/"
;;
33)
index rpm --sys fedora-33 --cat everything --mirror "${CMIRROR}releases/33/Everything/x86_64/os/"
index rpm --sys fedora-33 --cat everything --mirror "${CMIRROR}updates/33/Everything/x86_64/"
;;
old)
$0 1
$0 2
@ -156,6 +160,7 @@ case "$1" in
current)
$0 31
$0 32
$0 33
;;
all)
$0 old