1
0
Fork 0

increase ParallelDownloads to 6

This commit is contained in:
Pratham Patel 2023-01-13 14:18:06 +05:30
parent e540f32eff
commit a1129540cd
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ else
fi
# pacman config
sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 4/" /etc/pacman.conf || echo "ParallelDownloads = 4" | tee -a /etc/pacman.conf
sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 6/" /etc/pacman.conf || echo "ParallelDownloads = 6" | tee -a /etc/pacman.conf
# start finding the best mirrors in the background
if [[ ! -f "$MIRRORLIST_FILE" && $IS_REFLECTOR_RUNNING == "n" ]]; then

View File

@ -56,7 +56,7 @@ echo "initramfs successfully created"
################################################################################
# pacman config
sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 4/" /etc/pacman.conf
sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 6/" /etc/pacman.conf || echo "ParallelDownloads = 6" | tee -a /etc/pacman.conf
sed -i "s/#Color/Color/" /etc/pacman.conf
# update pacman db