From a284d2160e58ff844fa9e3483273f0a6adf098fb Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 13 Aug 2022 16:17:51 -0500 Subject: fix a typo in zirless that I had already fixed --- zirless.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zirless.sh b/zirless.sh index cab65d1..4cf3bd5 100644 --- a/zirless.sh +++ b/zirless.sh @@ -112,7 +112,7 @@ permit :wheel nopass cmd loadkeys #ZIRLESS" >> /etc/doas.conf artixaddlib32repo() { # Enables the lib32 Artix repo dialog --infobox "Adding lib32 repo to Artix..." 4 50 - sed -E "s/^#(\[lib32\]])/\\1/;/#Include/d;/#[.*-gremlins]/d;/\[lib32\]/a Include = /etc/pacman.d/mirrorlist" -i /etc/pacman.conf + sed -E "s/^#(\[lib32\])/\\1/;/^#Include/d;/#[.*-gremlins]/d;/\[lib32\]/a Include = /etc/pacman.d/mirrorlist" -i /etc/pacman.conf pacman -Syy ;} artixadduniverserepo() { # Enables the universe repo (necessary to add Arch repos) -- cgit v1.2.3