Are most mirrors down/unreachable?
Hi ,
it seems only those three are reachable (from Au), all the others are unreachable from rankmirros test?
Server = https://mirror.albony.in/artix/$repo/os/$arch
Server = https://mirror1.cl.netactuate.com/artix/repos/$repo/os/$arch
Server = http://artist.artixlinux.org/repos/$repo/os/$arch
I used this script found on this forum
#!/bin/bash
rankmirrors -v -n 5 /etc/pacman.d/mirrorlist.pacnew | tee /etc/pacman.d/mirrorlist &&
reflector --score 5 --protocol https | tee /etc/pacman.d/mirrorlist-arch &&
pacman -Sc --noconfirm &&
pacman -Syu --noconfirm
I only have rankmirrors, does not have rankmirrors-artix or rankmirrors-arch.