From 87c2ebbda7c8d1b7b14c2f09f059f4d7ef6264ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Wed, 3 Apr 2024 16:20:45 +0300 Subject: Add i686 to arch list --- mirrorlist/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirrorlist/index.php b/mirrorlist/index.php index cbd1c0d6b..d213606df 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -26,7 +26,7 @@ $source = get('source'); $arraycheck =array( 'release' => array('5', '6', '7', '8', '9', 'cauldron'), -'arch' => array('i586', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'), +'arch' => array('i586', 'i686', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'), 'section' => array('core', 'nonfree', 'tainted'), 'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'), ); -- cgit v1.2.1