1
0
Fork 0

add option Color in pacman.conf

This commit is contained in:
Pratham Patel 2022-11-20 22:58:54 +05:30
parent 21648e045f
commit 8d53949040
1 changed files with 2 additions and 1 deletions

View File

@ -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