diff options
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)', |