artix slow downloads 30 August 2022, 22:15:01 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
Re: artix slow downloads Reply #1 – 31 August 2022, 02:23:03 Use rankmirrors from pacman-contrib.The command below will rank the 12 fastest mirrors and place the result in /tmp/mirrorlist-ranked.Code: [Select]rankmirrors -n 12 /etc/pacman.d/mirrorlist > /tmp/mirrorlist-rankedCopy it over the original (make a backup first) and also set ParallelDowloads in pacman.conf to a satisfying value.