diff options
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wizard/index.php b/wizard/index.php index 9d0687d9..ac831dfd 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -239,6 +239,9 @@ 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; } } |