diff options
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php index ac5bf050..65e432e1 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -229,8 +229,8 @@ if ($php && $os) { } 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'); +// 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 />"); @@ -239,6 +239,7 @@ if ($arch=='aarch64') { } 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; |