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.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
[options]
|
||||||
ILoveCandy
|
ILoveCandy
|
||||||
Color
|
Color
|
||||||
ParallelDownloads = 20
|
ParallelDownloads = 20
|
||||||
|
|||||||
Reference in New Issue
Block a user