From 51611adb1d09d17ec341203232df66f3af17fcfe Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 13 Aug 2022 16:02:26 -0500 Subject: zirless possibly fix universe repos --- zirless.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/zirless.sh b/zirless.sh index a5920a3..783fec3 100644 --- a/zirless.sh +++ b/zirless.sh @@ -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 ;} -- cgit v1.2.3