diff options
| -rw-r--r-- | zirless.sh | 9 | 
1 files changed, 3 insertions, 6 deletions
@@ -117,16 +117,13 @@ artixaddlib32repo() { # Enables the lib32 Artix repo  artixadduniverserepo() { # Enables the universe repo (necessary to add Arch repos)  	dialog --infobox "Adding universe repo to Artix..." 4 50 -        echo " -Server = https://universe.artixlinux.org/$arch +        echo "Server = https://universe.artixlinux.org/$arch  Server = https://mirror1.artixlinux.org/universe/$arch  Server = https://mirror.pascalpuffke.de/artix-universe/$arch  Server = https://artixlinux.qontinuum.space/artixlinux/universe/os/$arch  Server = https://mirror1.cl.netactuate.com/artix/universe/$arch -Server = https://ftp.crifo.org/artix-universe/ -" >> /etc/pacman.d/mirrorlist-universe -        echo " -[universe] +Server = https://ftp.crifo.org/artix-universe/" >> /etc/pacman.d/mirrorlist-universe +        echo "[universe]  Include = /etc/pacman.d/mirrorlist-universe" >> /etc/pacman.conf          pacman -Syy ;}  | 
