summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-08-13 16:17:51 -0500
committerzachir <zachir@librem.one>2022-08-13 16:17:51 -0500
commita284d2160e58ff844fa9e3483273f0a6adf098fb (patch)
tree8cc9d0203fc45a6f46eb99c4e51c52cb4ec9b717
parent0ec5af979925b244dae537941eeb542118fdd290 (diff)
fix a typo in zirless that I had already fixed
-rw-r--r--zirless.sh2
1 files changed, 1 insertions, 1 deletions
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)