diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-21 12:10:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-21 12:10:53 +0200 |
commit | 34de5bf3c45d38ed82ce027c153f84058e01a378 (patch) | |
tree | 75fd4473d608df14e85c3dda98aca53d6472dd8c /wizard/index.php | |
parent | b9a70e7b3b82d925a229068e1c6be0c3dd079773 (diff) |
Wizard: F-39 aarch64 is ready
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php index 786d36c0..3be56169 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -243,8 +243,6 @@ if ($arch == 'ppc64le' || $arch == 's390x') { if ($ver < 39) { printf("<li><b>aarch64</b> for Fedora $ver is not planed for now</li><br />"); $err =true; - } else { - printf("<li><b>aarch64</b> for Fedora $ver is a work in progress, some packages are not yet available</li><br />"); } } else if ($os && $ver < 8) { printf("<li><b>aarch64</b> for Enterprise Linux $ver is not planed for now</li><br />"); |