Re: artix slow downloads
Reply #1 –
Use rankmirrors from pacman-contrib.
The command below will rank the 12 fastest mirrors and place the result in /tmp/mirrorlist-ranked.
rankmirrors -n 12 /etc/pacman.d/mirrorlist > /tmp/mirrorlist-ranked
Copy it over the original (make a backup first) and also set ParallelDowloads in pacman.conf to a satisfying value.