diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-16 16:30:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-16 16:30:38 +0200 |
commit | e01ddc25bb4b661f3610029393d1755e2654fb2d (patch) | |
tree | d899197a31fc232ec3fa6a456e18b4a3215c9180 /wizard | |
parent | e0e899ac3e2bf274c1b89231307df5edac4f5f26 (diff) |
EL-8 aarch64 now also have 7.2 and 7.3
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 5205a70a..e22cdd89 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -248,7 +248,8 @@ if ($arch == 'ppc64le' || $arch == 's390x') { printf("<li><b>aarch64</b> for Enterprise Linux $ver is not planed for now</li><br />"); $err =true; } else if ($os && $ver == 8) { - $osmin['RHEL 8'] = $osmin['CentOS 8'] = $osminbase['RHEL 8'] = $osminbase['CentOS 8'] = '7.4'; + // no older SCLs + $osmin['RHEL 8'] = $osmin['CentOS 8'] = '7.2'; } } |