summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-19 08:52:43 +0200
committerRemi Collet <remi@php.net>2023-09-19 08:52:43 +0200
commit25b888bed81e698610269f2efbf104f30ad9de4b (patch)
tree420c032722b1bc79c06fae8d05f97d89f2013dc2 /wizard/index.php
parentc0aea85026321a4985fb2c9ce54f813b877fc5df (diff)
EL-8 aarch64 is ready
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 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 />");
}
}