Fix mirrorlist URL

This commit is contained in:
lumarel 2021-08-21 21:35:53 +02:00
parent 95a1f6eb51
commit 7d92ae250c

View File

@ -306,7 +306,7 @@ sub get_full_repo {
} }
sub get_mirrorlist_url { sub get_mirrorlist_url {
return "mirrors.fedoraproject.org/mirrorlist?repo=fedora-" . lc(get_var("VERSION")) . "&arch=" . get_var('ARCH'); return "mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-" . lc(get_var("VERSION")) . "&arch=" . get_var('ARCH');
} }
sub check_help_on_pane { sub check_help_on_pane {