summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/thesiah.sh2
-rwxr-xr-xstatic/thesiah.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh
index 5cfb962..88ef926 100755
--- a/public/thesiah.sh
+++ b/public/thesiah.sh
@@ -733,7 +733,7 @@ Defaults:%wheel,root runcwd=*" >/etc/sudoers.d/thesiah-temp
# Make pacman colorful, concurrent downloads and Pacman eye-candy.
grep -q "ILoveCandy" /etc/pacman.conf || sed -i "/#VerbosePkgLists/a ILoveCandy" /etc/pacman.conf
sed -Ei "s/^#(ParallelDownloads).*/\1 = 5/;/^#Color$/s/#//" /etc/pacman.conf
-sed -i "/^#\[lib32\]/, /^#Include = \/etc\/pacman\.d\/mirrorlist$/ s/^#//" /etc/pacman.conf
+# sed -i "/^#\[lib32\]/, /^#Include = \/etc\/pacman\.d\/mirrorlist$/ s/^#//" /etc/pacman.conf
# Use all cores for compilation.
sed -i "s/-j2/-j$(nproc)/;/^#MAKEFLAGS/s/^#//" /etc/makepkg.conf
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 5cfb962..88ef926 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -733,7 +733,7 @@ Defaults:%wheel,root runcwd=*" >/etc/sudoers.d/thesiah-temp
# Make pacman colorful, concurrent downloads and Pacman eye-candy.
grep -q "ILoveCandy" /etc/pacman.conf || sed -i "/#VerbosePkgLists/a ILoveCandy" /etc/pacman.conf
sed -Ei "s/^#(ParallelDownloads).*/\1 = 5/;/^#Color$/s/#//" /etc/pacman.conf
-sed -i "/^#\[lib32\]/, /^#Include = \/etc\/pacman\.d\/mirrorlist$/ s/^#//" /etc/pacman.conf
+# sed -i "/^#\[lib32\]/, /^#Include = \/etc\/pacman\.d\/mirrorlist$/ s/^#//" /etc/pacman.conf
# Use all cores for compilation.
sed -i "s/-j2/-j$(nproc)/;/^#MAKEFLAGS/s/^#//" /etc/makepkg.conf