From 06a45f5d0c52cc113f3d692be2401bca13af1d0f Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 20 Sep 2024 13:03:07 +0200 Subject: [PATCH] Add CentOS 9 support --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index c5659ba..f9ef1c1 100644 --- a/metadata.json +++ b/metadata.json @@ -32,7 +32,8 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, {