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 9f5110f4..cd5bb66e 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -39,10 +39,10 @@ $osmin = [ ]; $osminbase = [ 'RHEL 9' => '7.4', - 'RHEL 8' => '5.6', + 'RHEL 8' => '7.2', 'RHEL 7' => '5.4', 'CentOS 9' => '7.4', - 'CentOS 8' => '5.6', + 'CentOS 8' => '7.2', 'CentOS 7' => '5.4', 'Fedora 35' => '7.4', 'Fedora 34' => '7.4', |