From d38008483e63f8f4a9f8c4ac141f198385b927f0 Mon Sep 17 00:00:00 2001 From: Akilesh A S Date: Sat, 6 Jun 2026 14:06:50 +0530 Subject: [PATCH] chore: update examples/config-sample.json (#4569) TL;DR: - fix the config for 'parallel download' - add config for setting color output for pacman --- examples/config-sample.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/config-sample.json b/examples/config-sample.json index bc4cd2d9..ac366b6c 100644 --- a/examples/config-sample.json +++ b/examples/config-sample.json @@ -133,7 +133,10 @@ "ntp": true, "offline": false, "packages": [], - "parallel downloads": 0, + "pacman_config": { + "color": false, + "parallel_downloads": 5 + }, "profile_config": { "gfx_driver": "All open-source (default)", "greeter": "sddm",