From 208e9c1223466fdda0ccf116905e7fd7f024b808 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Tue, 26 Aug 2025 13:51:18 +0200 Subject: [PATCH] chore(os-handling): added Debian 13 to the default Debian list --- os_categories.json | 1 + 1 file changed, 1 insertion(+) diff --git a/os_categories.json b/os_categories.json index 3397846..e156965 100644 --- a/os_categories.json +++ b/os_categories.json @@ -2,6 +2,7 @@ { "Linux": { "Debian": [ + "Debian GNU/Linux 13 (trixie)", "Debian GNU/Linux 12 (bookworm)", "Debian GNU/Linux 11 (bullseye)" ],