summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-08-13 16:02:26 -0500
committerzachir <zachir@librem.one>2022-08-13 16:02:26 -0500
commit51611adb1d09d17ec341203232df66f3af17fcfe (patch)
tree579731cbe3241ac5014bbc429bdb2bd38fa940ee
parent7269e6bbcb9dc0657c5154a98d6fa062a23aa78c (diff)
zirless possibly fix universe repos
-rw-r--r--zirless.sh9
1 files 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 ;}