HI there, Downloads speeds from artix mirrors is very slow... I used reflector to rate arch mirrors and now they are fine but how to get the fastest artix mirrors for downloading. is there a script like reflector > please help as downloading from artix mirrros is no more than 200Kb/s .. Thanks
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.