diff options
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 4 |
1 files 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', |