From 12d03923bbef2fe76831a27e3b75e906cbbbfb6a Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 13 Aug 2022 16:56:12 -0500 Subject: fix zirless artixaddarchrepos --- zirless.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zirless.sh') diff --git a/zirless.sh b/zirless.sh index 4cf3bd5..97cecbb 100644 --- a/zirless.sh +++ b/zirless.sh @@ -132,7 +132,7 @@ Include = /etc/pacman.d/mirrorlist-universe artixaddarchrepos() { # Adds the Arch repos to Artix Linux (some ZIRLESS packages require it) dialog --infobox "Adding arch repos to Artix..." 4 50 pacman -S --noconfirm artix-archlinux-support archlinux-mirrorlist archlinux-keyring >/dev/null 2>&1 || exit 3 - grep -q '\[extra\]\|\[community\]' /etc/pacman.conf || echo " + echo " [extra] Include = /etc/pacman.d/mirrorlist-arch @@ -141,7 +141,7 @@ Include = /etc/pacman.d/mirrorlist-arch [multilib] Include = /etc/pacman.d/mirrorlist-arch -" >> /etc/pacman.conf >/dev/null 2>&1 +" >> /etc/pacman.conf pacman -Syy ;} manualinstall() { # Installs $1 manually if not installed. Used only for AUR helper here. -- cgit v1.2.3