We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b4eb03 + cd6aca8 commit f900575Copy full SHA for f900575
1 file changed
src/SPC/doctor/item/LinuxToolCheckList.php
@@ -61,7 +61,8 @@ public function checkCliTools(): ?CheckResult
61
62
$required = match ($distro['dist']) {
63
'alpine' => self::TOOLS_ALPINE,
64
- 'redhat', 'centos' => self::TOOLS_RHEL,
+ 'redhat' => self::TOOLS_RHEL,
65
+ 'centos' => array_merge(self::TOOLS_RHEL, ['perl-IPC-Cmd']),
66
'arch' => self::TOOLS_ARCH,
67
default => self::TOOLS_DEBIAN,
68
};
0 commit comments