diff options
| author | zachir <zachir@librem.one> | 2022-08-13 16:02:26 -0500 | 
|---|---|---|
| committer | zachir <zachir@librem.one> | 2022-08-13 16:02:26 -0500 | 
| commit | 51611adb1d09d17ec341203232df66f3af17fcfe (patch) | |
| tree | 579731cbe3241ac5014bbc429bdb2bd38fa940ee | |
| parent | 7269e6bbcb9dc0657c5154a98d6fa062a23aa78c (diff) | |
zirless possibly fix universe repos
| -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 ;}  | 
