From 8d53949040cca354c888492cde44f8bfbe1a8fac Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 22:58:54 +0530 Subject: [PATCH] add option Color in pacman.conf --- scripts/chroot-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/chroot-setup.sh b/scripts/chroot-setup.sh index 9c3823e..2f80fce 100644 --- a/scripts/chroot-setup.sh +++ b/scripts/chroot-setup.sh @@ -53,7 +53,8 @@ echo "initramfs successfully created" ################################################################################ # pacman config -sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 10/" /etc/pacman.conf || echo "ParallelDownloads = 10" | tee -a /etc/pacman.conf +sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 10/" /etc/pacman.conf +sed -i "s/#Color/Color/" /etc/pacman.conf # update pacman db pacman --sync --refresh --refresh --sysupgrade