summaryrefslogtreecommitdiff
path: root/static/thesiah.sh
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-20 02:52:45 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-20 02:52:45 +0900
commit0c8f513ea77cf0c60de0dfd10e83683d0d845a40 (patch)
treef26cc2ca3a11dac0df067e5a95dae9a114ae59c2 /static/thesiah.sh
parentde7a72123f54be819795658756b5437ad4e73a35 (diff)
Init
Diffstat (limited to 'static/thesiah.sh')
-rwxr-xr-xstatic/thesiah.sh2
1 files changed, 1 insertions, 1 deletions
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