diff options
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/index.php | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php index 7039d87f..26ababc2 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -188,12 +188,11 @@ if ($php && $os && $type && !$err) {  		$mod = ($ver >= 8);  		if ($ver >= 8) {  	        $yum = 'dnf'; -		    printf("<li>EPEL repository is not yet available.</li><br/>");  		} else {  	        $yum = 'yum'; -		    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);  		} +	    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);          printf("<li>Command to install the Remi repository configuration package:");          printf("<pre>    $yum install https://rpms.remirepo.net/enterprise/remi-release-%d.rpm</pre>", $ver);          printf("</li><br />");  | 
