diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-19 08:52:43 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-19 08:52:43 +0200 |
commit | 25b888bed81e698610269f2efbf104f30ad9de4b (patch) | |
tree | 420c032722b1bc79c06fae8d05f97d89f2013dc2 /wizard/index.php | |
parent | c0aea85026321a4985fb2c9ce54f813b877fc5df (diff) |
EL-8 aarch64 is ready
Diffstat (limited to 'wizard/index.php')
-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 f806dadd..5b62c957 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -240,7 +240,7 @@ if ($arch == 'ppc64le' || $arch == 's390x') { } else if ($arch == 'aarch64') { if ($os && $dist === 'Fedora') { - printf("<li><b>aarch64</b> for Fedora is not planed for now</li><br />"); + printf("<li><b>aarch64</b> for Fedora $ver is not planed for now</li><br />"); $err =true; } else if ($os && $ver < 8) { @@ -249,7 +249,7 @@ if ($arch == 'ppc64le' || $arch == 's390x') { } else if ($os && $ver == 8) { $osmin['RHEL 8'] = $osmin['CentOS 8'] = $osminbase['RHEL 8'] = $osminbase['CentOS 8'] = '7.4'; - printf("<li><b>aarch64</b> for Enterprise Linux $ver is a work in progress, some packages are not yet available</li><br />"); + //printf("<li><b>aarch64</b> for Enterprise Linux $ver is a work in progress, some packages are not yet available</li><br />"); } } |