From 7269e6bbcb9dc0657c5154a98d6fa062a23aa78c Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 13 Aug 2022 15:59:00 -0500 Subject: fix zirless sed in lib32 --- zirless.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zirless.sh') diff --git a/zirless.sh b/zirless.sh index 9a78c9a..a5920a3 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" /etc/pacman.conf + sed -E "s/^#(\[lib32\]])/\\1/;/#Include/d;/#[.*-gremlins]/d;/\[lib32\]/a Include = /etc/pacman.d/mirrorlist" /etc/pacman.conf pacman -Syy ;} artixadduniverserepo() { # Enables the universe repo (necessary to add Arch repos) -- cgit v1.2.3