This commit is contained in:
DubbleClick
2025-07-25 16:26:34 +07:00
parent a3efe86cac
commit 18a5215da9
2 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ class LinuxToolCheckList
'tar', 'unzip', 'gzip',
'bzip2', 'cmake', 'patch',
'xz', 'libtoolize', 'which',
'patchelf', 'musl'
'patchelf', 'musl',
];
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', 'musl-libc',
];
public const TOOLS_ARCH = [