Enable parallel downloads with pacman

This commit is contained in:
Jake Howard 2021-12-29 22:29:43 +00:00
parent c384ab4ee6
commit dc99766cdd
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Color
#TotalDownload
CheckSpace
#VerbosePkgLists
ParallelDownloads = {{ ansible_processor_nproc // 2 }}
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.