aboutsummaryrefslogtreecommitdiffstats
path: root/tools/update-mirrors-list.php
blob: d9be85226a7e6d962aee7108f83ee77b148e25b2 (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Run this to update lib/cached.list.php mirrors list from mirrors.mageia.org/api
 *
*/

require __DIR__ . '/../lib/Downloads.php';
Downloads::get_all_mirrors(false);