diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2021-06-19 21:18:37 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2021-06-19 21:18:37 +0200 |
commit | 6a628af422137a7480f5d297e1b2a58cc60ea9db (patch) | |
tree | 3cbcb47f43b878c3fd26786e752cbf09586036c9 /pacman-multilib.conf | |
parent | 0635f0c5ecd07978d63ff348acfd34a6d4768e03 (diff) | |
download | devtools-6a628af422137a7480f5d297e1b2a58cc60ea9db.tar.xz |
pacman.conf: enable VerbosePkgLists for easier log consumption
Diffstat (limited to 'pacman-multilib.conf')
-rw-r--r-- | pacman-multilib.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-multilib.conf b/pacman-multilib.conf index e8ad4cc..b686875 100644 --- a/pacman-multilib.conf +++ b/pacman-multilib.conf @@ -34,7 +34,7 @@ Architecture = auto #NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace -#VerbosePkgLists +VerbosePkgLists #ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring |