From 1bff03272042d60b2520ec98c5d035cabdf88896 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 5 Aug 2024 16:09:21 +0200 Subject: [PATCH] Add support for Debian 12 and Fedora 40 --- metadata.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 64a6016..89dd492 100644 --- a/metadata.json +++ b/metadata.json @@ -18,7 +18,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "10", - "11" + "11", + "12" ] }, { @@ -63,7 +64,8 @@ "operatingsystem": "Fedora", "operatingsystemrelease": [ "35", - "36" + "36", + "40" ] }, {