From b5cfda65ae745fadecc5bec43114358f5228bd2c Mon Sep 17 00:00:00 2001 From: hs-J Date: Tue, 21 Jun 2022 22:53:12 +1000 Subject: [PATCH] Add [universe] repo for artix-archlinux-support --- larbs.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/larbs.sh b/larbs.sh index de0125d..622902a 100755 --- a/larbs.sh +++ b/larbs.sh @@ -71,6 +71,16 @@ refreshkeys() { \ ;; *) dialog --infobox "Enabling Arch Repositories..." 4 40 + if ! grep -q "^\[universe\]" /etc/pacman.conf; then + echo "[universe] +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.conf + pacman -Sy + fi pacman --noconfirm --needed -S artix-keyring artix-archlinux-support >/dev/null 2>&1 for repo in extra community; do grep -q "^\[$repo\]" /etc/pacman.conf ||