diff options
-rw-r--r-- | wizard/index.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/wizard/index.php b/wizard/index.php index 4dd954a7..b968d59d 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -101,7 +101,7 @@ $phpvers = [ ]; $phpname = [ ':devel' => 'Development version, not ready for production', - '8.3' => '8.3.0RC1', + '8.3' => '8.3.0RC2', ':stable' => 'Stable versions - usage recommended', '8.2' => '8.2.10 (active support until December 2024)', '8.1' => '8.1.23 (active support until November 2023)', @@ -239,9 +239,6 @@ if ($arch == 'ppc64le' || $arch == 's390x') { $err =true; } else if ($arch == 'aarch64') { -// printf("<li><b>aarch64</b> support is a work in progress, some packages are not yet available, see <a href='%s'>issue #214</a></li><br />", -// 'https://github.com/remicollet/remirepo/issues/214'); - if ($os && $dist === 'Fedora') { printf("<li><b>aarch64</b> for Fedora is not planed for now</li><br />"); $err =true; @@ -249,10 +246,6 @@ if ($arch == 'ppc64le' || $arch == 's390x') { } else if ($os && $ver < 9) { printf("<li><b>aarch64</b> for Enterprise Linux $ver is not planed for now</li><br />"); $err =true; - - } else if ($type === 'scl') { - printf("<li>Software Collections for <b>aarch64</b> are not planed for now</li><br />"); - $err =true; } } |