From 6ed5c0c30a44745d3bedddd4812d6db2845e5ecc Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Thu, 18 Dec 2025 22:55:06 +0100 Subject: [PATCH] fix(role): Add pacman options to correct config section Without an [options] or similar INI header line pacman config files in '/etc/pacman.d' can sometimes load incorrectly, for example when multiple files exist where some of them do and other do not have the header. We're normalizing our config file here so that it no longer trips up pacman. --- files/etc/pacman.d/pacman.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/etc/pacman.d/pacman.conf b/files/etc/pacman.d/pacman.conf index 7c8a114..f177d6d 100644 --- a/files/etc/pacman.d/pacman.conf +++ b/files/etc/pacman.d/pacman.conf @@ -1,4 +1,5 @@ # SPDX-License-Identifier: MIT +[options] ILoveCandy Color ParallelDownloads = 20