diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2022-11-06 19:41:25 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2022-11-06 19:41:25 +0100 |
commit | 0a164f73a2d2aaa3440d2ab2150bb4949ee7ba30 (patch) | |
tree | a58e152b26419aa6ad2d212015a654f08276c6cc /mirrorlist | |
parent | fadea1923227068f6d6f55b1c50f4d391b10c8cd (diff) | |
download | www-0a164f73a2d2aaa3440d2ab2150bb4949ee7ba30.tar www-0a164f73a2d2aaa3440d2ab2150bb4949ee7ba30.tar.gz www-0a164f73a2d2aaa3440d2ab2150bb4949ee7ba30.tar.bz2 www-0a164f73a2d2aaa3440d2ab2150bb4949ee7ba30.tar.xz www-0a164f73a2d2aaa3440d2ab2150bb4949ee7ba30.zip |
Add Mageia 9 to dnf mirrorlist
Diffstat (limited to 'mirrorlist')
-rw-r--r-- | mirrorlist/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorlist/index.php b/mirrorlist/index.php index 1631c64fe..dea61be54 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -25,7 +25,7 @@ $debug = get('debug'); $source = get('source'); $arraycheck =array( -'release' => array('5', '6', '7', '8', 'cauldron'), +'release' => array('5', '6', '7', '8', '9', 'cauldron'), 'arch' => array('i586', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'), 'section' => array('core', 'nonfree', 'tainted'), 'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'), |