move musl check so it doesn't keep prompting for install

This commit is contained in:
DubbleClick
2025-07-26 15:17:37 +07:00
parent c2b3b78846
commit 630f861c62
2 changed files with 10 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ class LinuxToolCheckList
'tar', 'unzip', 'gzip',
'bzip2', 'cmake', 'patch',
'xz', 'libtoolize', 'which',
'patchelf', 'musl',
'patchelf',
];
public const TOOLS_RHEL = [
@@ -40,7 +40,7 @@ class LinuxToolCheckList
'tar', 'unzip', 'gzip', 'gcc',
'bzip2', 'cmake', 'patch', 'which',
'xz', 'libtool', 'gettext-devel',
'perl', 'patchelf', 'musl-libc',
'perl', 'patchelf',
];
public const TOOLS_ARCH = [