summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 055f8351..354e26f9 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -181,7 +181,7 @@ if ($php && $os && $type && !$err) {
$mod = ($ver >= 29);
$yum = 'dnf';
printf("<li>Command to install the Remi repository configuration package:");
- printf("<pre> $yum install http://rpms.remirepo.net/fedora/remi-release-%d.rpm</pre>", $ver);
+ printf("<pre> $yum install https://rpms.remirepo.net/fedora/remi-release-%d.rpm</pre>", $ver);
printf("</li><br />");
} else {
@@ -195,7 +195,7 @@ if ($php && $os && $type && !$err) {
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 http://rpms.remirepo.net/enterprise/remi-release-%d.rpm</pre>", $ver);
+ printf("<pre> $yum install https://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):");