From 6f15590f5028ff7cccc22265abd8e24f239eb688 Mon Sep 17 00:00:00 2001 From: sasha0552 Date: Tue, 13 Feb 2024 02:06:00 +0000 Subject: [PATCH] Configure mirrorlist before building --- .ci/dependencies.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.ci/dependencies.sh b/.ci/dependencies.sh index 28b9ff9..5f2986b 100755 --- a/.ci/dependencies.sh +++ b/.ci/dependencies.sh @@ -17,4 +17,7 @@ pacman-key --init pacman-key --populate # Install required packages -pacman --sync --noconfirm --needed archiso patch python python-jinja rdfind +pacman --sync --noconfirm --needed archiso patch python python-jinja rdfind reflector + +# Configure mirrorlist +reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist