Skip to content

Commit

Permalink
Configure mirrorlist before building
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Feb 13, 2024
1 parent 5c4e353 commit 6f15590
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6f15590

Please sign in to comment.