Re: Update after fresh installation
Reply #1 –
The latest artix-mirrorlist can be found here: mirrorlist
Download it and from the directory it is saved open a terminal and install it by running the following command:
sudo pacman -U artix-mirrorlist-20180421-1-any.pkg.tar.xz
It will be installed in /etc/pacman.d as mirrorlist.pacnew.
You will have to delete or rename your current mirrorlist to mirrorlist.old or some such, then rename mirrorlist.pacnew to "mirrorlist".
You should then be able to update with:
sudo pacman -Syyu
Best regards.