diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-12 15:18:10 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-12 15:18:10 +0100 |
commit | 6de6bab4c7b86b515378656e57722f002132e063 (patch) | |
tree | d3a14e25fe8a9f26101c641e52c20f4d6601e0e3 /wizard | |
parent | 9a6df66fbbfd2074c3ae0a7bb2cbc33cb5a71cea (diff) |
Wizard, add CentOS Stream
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 558fa84c..c26be34d 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -64,7 +64,7 @@ $osname = [ 'RHEL 9' => 'RHEL 9.0 Beta (Development version)', 'RHEL 8' => 'RHEL 8.4', 'RHEL 7' => 'RHEL 7.9 (maintained until June 2024)', - ':centos' => 'CentOS Linux, Alma Linux, Rocky Linux and other clones', + ':centos' => 'CentOS Stream, CentOS Linux, Alma Linux, Rocky Linux and other clones', 'CentOS 9' => 'EL 9 (Development version)', 'CentOS 8' => 'EL 8', 'CentOS 7' => 'EL 7 (maintained until June 2024)', |