From 28e5bc7918e0574b11b2d2a04020343b059a7c47 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Fri, 1 May 2026 02:13:06 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Oracle=20round=2011=20=E2=80=94=20remove?= =?UTF-8?q?=20duplicate=20[packages]=20TOML=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- config/redbear-full.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/redbear-full.toml b/config/redbear-full.toml index c07b5c96..0cf7f990 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -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 = {}