summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-11 07:15:23 +0200
committerRemi Collet <remi@remirepo.net>2019-06-11 07:15:23 +0200
commitd2afbc910bea2492b888a92e64f0296eb40240c3 (patch)
tree7be79e38b3e34582ac3e75b0f519b538e012707c /wizard/index.php
parent562a2dc7e7b9aed2e6a1404b39c488a66e9e5d67 (diff)
Wizard: switch to https
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):");