forgot to do in 1375897

said that I changed the Color sed to match "1375897" but then didnt actually change it
This commit is contained in:
i-c-u-p 2022-04-29 00:07:19 +00:00
parent 540a503f28
commit 632d40c5c5
No known key found for this signature in database
GPG key ID: ABB80C12170FC0D1

View file

@ -456,7 +456,7 @@ EOF
# Pacman eye-candy features. # Pacman eye-candy features.
print "Enabling colours, animations, and parallel in pacman." print "Enabling colours, animations, and parallel in pacman."
sed -i 's/#Color/Color\nILoveCandy/;s/^#ParallelDownloads.*/ParallelDownloads = 10/' /mnt/etc/pacman.conf sed -i 's/^#Color$/Color\nILoveCandy/;s/^#ParallelDownloads.*/ParallelDownloads = 10/' /mnt/etc/pacman.conf
# Enabling various services. # Enabling various services.
print "Enabling Reflector, automatic snapshots, BTRFS scrubbing and systemd-oomd." print "Enabling Reflector, automatic snapshots, BTRFS scrubbing and systemd-oomd."