From 0680d545cf94751d2e7c5ffd0a771626e84445e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2022 17:43:33 +0100 Subject: Wizard: refresh versions --- wizard/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wizard/index.php b/wizard/index.php index 0b6d9f03..86f8ea54 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -16,10 +16,10 @@ define('EPEL_DEV', 2); // 0 missing, 1 partially populated, 2 mostly full define('COUNTER', __DIR__ . "/counter.txt"); $osvers = [ - 'RHEL 9' => ['8.0'], + 'RHEL 9' => ['8.0', '8.1'], 'RHEL 8' => ['7.4', '8.0'], 'RHEL 7' => '5.4', - 'CentOS 9' => ['8.0'], + 'CentOS 9' => ['8.0', '8.1'], 'CentOS 8' => ['7.4', '8.0'], 'CentOS 7' => '5.4', 'Fedora 37' => '8.1', -- cgit