From 9ecfa606ebabbaa3e5a77294bce125a157360880 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 13 Aug 2022 16:08:10 -0500 Subject: fix universe issue in zirless --- zirless.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'zirless.sh') diff --git a/zirless.sh b/zirless.sh index 783fec3..262a7dd 100644 --- a/zirless.sh +++ b/zirless.sh @@ -117,14 +117,16 @@ 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] -Include = /etc/pacman.d/mirrorlist-universe" >> /etc/pacman.conf +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 ;} artixaddarchrepos() { # Adds the Arch repos to Artix Linux (some ZIRLESS packages require it) -- cgit v1.2.3