Thanks to
@yeetus, we've got a mirror of our less "official" [universe] repo. People using it may modify its entry as follows:
[universe]
Server = https://universe.artixlinux.org/$arch
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
You'll benefit the most if you use a parallel package downloader like powerpill.
Our primary mirror (mirror1 - generously hosted by
@Nadir) now serves [universe] too.
[universe]
Server = https://mirror1.artixlinux.org/universe/$arch
Server = https://universe.artixlinux.org/$arch
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
The new pacman v6 does parallel downloads by default, effectively deprecating tools like powerpill.
I guess an additional step is needed (something copied to
/etc/ca-certificates/trust-source/anchors?), because after prepending that mirror, I'm getting:
error: failed retrieving file 'universe.db' from mirror1.artixlinux.org : SSL certificate problem: self signed certificate
Well, it says in the post self-signed, also on http... let's change the Server directive.
Yes, but I want to use HTTPS if available. Now that I noticed, the URL in /etc/pacman.d/mirrorlist also uses HTTP.
@Nadir has enabled https too.