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 fe100173..5cd15efa 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -201,7 +201,7 @@ if ($php && $os && $type && !$err) {  		} else {  	        $yum = 'yum';  		} -		if ($ver < EL_DEV) { +		if ($ver <= EL_DEV) {  		    printf("<li>Command to install the EPEL repository configuration package:");  		    printf("<pre>    $yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-%d.noarch.rpm</pre></li><br />", $ver);  		} @@ -215,7 +215,7 @@ if ($php && $os && $type && !$err) {  		}  		if ($ver >= EL_DEV) { -		    printf("<li>As EPEL is not yet ready, you have to enable the main repository:"); +		    printf("<li>As EPEL is not yet fully populated, you probably have to enable the main repository:");  		    printf("<pre>    dnf config-manager --enable remi</pre></li><br />", $ver);  		}  | 
