Skip to content

Commit d380084

Browse files
authored
chore: update examples/config-sample.json (#4569)
TL;DR: - fix the config for 'parallel download' - add config for setting color output for pacman
1 parent f9534c6 commit d380084

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/config-sample.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@
133133
"ntp": true,
134134
"offline": false,
135135
"packages": [],
136-
"parallel downloads": 0,
136+
"pacman_config": {
137+
"color": false,
138+
"parallel_downloads": 5
139+
},
137140
"profile_config": {
138141
"gfx_driver": "All open-source (default)",
139142
"greeter": "sddm",

0 commit comments

Comments
 (0)