Artix Linux Mirror

This a a artix linux mirror that is sync with https://mirror.aarnet.edu.au/pub/artix/ once per mouth. I test the mirror https://mirror.aarnet.edu.au/pub/artix/ on a virtualbox running artix plasma dinit i run sudo pacman -Syu Then once the update is done i check to see if any basic functitons are broken like plasma,networking and bluetooth. the test i do will be short but i should be able to see if a update would break something on a system that would only have liberewolf installed.

Then if i see that the update does not break the system i will sync up with https://mirror.aarnet.edu.au/pub/artix/

How to use my mirror

If you want to use my mirror add this you your top of you're /etc/pacman.d/mirrorlist
#Tested Stable Artix Linux Mirror
Server = https://artix.cybermaid.nz/$repo/os/$arch

If you are lazy run these commands if you do my mirror will be the only mirror you will download from

sudo cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist-back
sudo curl https://artix.cybermaid.nz/mirrorlist -o /etc/pacman.d/mirrorlist
if you want to go back to you're orional file
sudo cp /etc/pacman.d/mirrorlist-back /etc/pacman.d/mirrorlist