From e673e71a0a7f6ce98853c6c26be89954083a1bd8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 31 Jul 2022 09:25:00 +0200 Subject: Aug bill --- wizard/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wizard') 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("
  • aarch64 for Enterprise Linux $ver is not planed for now

  • "); $err =true; + } else if ($type === 'scl') { + printf("
  • Software Collections for aarch64 are not planed for now

  • "); + $err =true; } } -- cgit