diff options
author | filip <filip.komar@gmail.com> | 2025-06-27 22:10:36 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2025-06-27 22:10:36 +0200 |
commit | 84e4bdd25eb90c9957a76c272314d9e86d285742 (patch) | |
tree | 6cdf9693cae606bd56eb821ae6bdf485eb9052d9 | |
parent | e6ce4a03a58780afb43d083b884eed22c624d4b2 (diff) | |
download | www-84e4bdd25eb90c9957a76c272314d9e86d285742.tar www-84e4bdd25eb90c9957a76c272314d9e86d285742.tar.gz www-84e4bdd25eb90c9957a76c272314d9e86d285742.tar.bz2 www-84e4bdd25eb90c9957a76c272314d9e86d285742.tar.xz www-84e4bdd25eb90c9957a76c272314d9e86d285742.zip |
Archive mga8 in 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 d213606df..4a3265f69 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -31,7 +31,7 @@ $arraycheck =array( 'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'), ); -$archives = array('5', '6', '7'); +$archives = array('5', '6', '7', '8'); if ($source){ $link = "MIRROR/distrib/$release/SRPMS/$section/$repo/"; |