diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/update-mirrors-list.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/update-mirrors-list.php b/tools/update-mirrors-list.php new file mode 100644 index 000000000..d9be85226 --- /dev/null +++ b/tools/update-mirrors-list.php @@ -0,0 +1,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);
\ No newline at end of file |