fix: Oracle round 11 — remove duplicate [packages] TOML error

config/redbear-full.toml had duplicate [packages] table (lines 26 + 406),
making it syntactically invalid. Moved konsole + kf6-pty into first
[packages] section, removed duplicate table. Single [packages] at l26.
This commit is contained in:
2026-05-01 02:13:06 +01:00
parent 15d0317c31
commit 28e5bc7918
+2 -4
View File
@@ -136,6 +136,8 @@ git = "ignore"
mc = "ignore"
#curl = "ignore" # suppressed: cascade rebuild
#git = "ignore" # suppressed: cascade rebuild
konsole = {}
kf6-pty = {}
[[files]]
path = "/lib/firmware/amdgpu"
@@ -402,7 +404,3 @@ vendor = 0x1af4
subclass = 0x00
command = ["redox-drm"]
"""
[packages]
konsole = {}
kf6-pty = {}