From d2afbc910bea2492b888a92e64f0296eb40240c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Jun 2019 07:15:23 +0200 Subject: Wizard: switch to https --- wizard/index.php | 4 ++-- 1 file 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("
  • Command to install the Remi repository configuration package:"); - printf("
        $yum install http://rpms.remirepo.net/fedora/remi-release-%d.rpm
    ", $ver); + printf("
        $yum install https://rpms.remirepo.net/fedora/remi-release-%d.rpm
    ", $ver); printf("

  • "); } else { @@ -195,7 +195,7 @@ if ($php && $os && $type && !$err) { printf("
        $yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-%d.noarch.rpm

    ", $ver); } printf("
  • Command to install the Remi repository configuration package:"); - printf("
        $yum install http://rpms.remirepo.net/enterprise/remi-release-%d.rpm
    ", $ver); + printf("
        $yum install https://rpms.remirepo.net/enterprise/remi-release-%d.rpm
    ", $ver); printf("

  • "); printf("
  • Command to install the yum-utils package (for the yum-config-manager command):"); -- cgit