refactor(os): Default pacman to 20 parallel downloads (#3)

This commit is contained in:
hygienic-books 2023-10-20 15:35:17 +02:00
parent b9d9548929
commit 1ac2353d64

View File

@ -252,7 +252,7 @@ function copy_zpool_cache () {
}
function pacman_dl_parallel () {
sed -ri -e 's'$'\x1''^.*?(ParallelDownloads)[^\r\n\f]*'$'\x1''\1 = 5'$'\x1''g' '/etc/pacman.conf'
sed -ri -e 's'$'\x1''^.*?(ParallelDownloads)[^\r\n\f]*'$'\x1''\1 = 20'$'\x1''g' '/etc/pacman.conf'
}
function pacman_dont_check_space () {