From 5701398c2760e974d2bedd6c5d4bacf42ffcabda Mon Sep 17 00:00:00 2001 From: hikari Date: Wed, 11 Oct 2023 18:15:41 +0330 Subject: [PATCH] change pacman config --- iso/pacman.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso/pacman.conf b/iso/pacman.conf index 12b4c71..102c0d0 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -31,10 +31,10 @@ Architecture = auto # Misc options #UseSyslog #Color -#NoProgressBar +NoProgressBar CheckSpace #VerbosePkgLists -ParallelDownloads = 5 +#ParallelDownloads = 5 # 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.