refactor(os): Default pacman to 20 parallel downloads (#3)
This commit is contained in:
parent
b9d9548929
commit
1ac2353d64
2
setup.sh
2
setup.sh
@ -252,7 +252,7 @@ function copy_zpool_cache () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function pacman_dl_parallel () {
|
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 () {
|
function pacman_dont_check_space () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user