diff options
| -rw-r--r-- | wizard/index.php | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/wizard/index.php b/wizard/index.php index d772e716..c3ee5c70 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -137,6 +137,9 @@ if ($php && $os && $type && !$err) {              printf("<pre>    $yum install http://rpms.remirepo.net/enterprise/remi-release-%d.rpm</pre>", $ver);          }          printf("</li><br />"); +        printf("<li>Command to install the yum-utils package (for the yum-config-manager command):"); +        printf("<pre>    $yum install yum-utils</pre>"); +        printf("</li><br />");          if ($dist == 'RHEL') {              printf("<li>On <b>RHEL</b> you (probably) need to enable the <b>optional channel</b> for some dependencies.</li><br />");              printf("</li><li>Command to enable:");  | 
