summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-08-13 15:59:00 -0500
committerzachir <zachir@librem.one>2022-08-13 15:59:00 -0500
commit7269e6bbcb9dc0657c5154a98d6fa062a23aa78c (patch)
tree9cba3089dd5e0c7995c4cc79518cfc9f856ee2e5
parentf70044bccc479d7340ea5bfa6c8c9be4a1422042 (diff)
fix zirless sed in lib32
-rw-r--r--zirless.sh2
1 files changed, 1 insertions, 1 deletions
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)