adjust tool check level

This commit is contained in:
crazywhalecc 2023-09-30 23:18:53 +08:00 committed by Jerry Ma
parent f2371d3702
commit f9685b82a1

View File

@ -40,7 +40,7 @@ class LinuxToolCheckList
];
/** @noinspection PhpUnused */
#[AsCheckItem('if necessary tools are installed', limit_os: 'Linux')]
#[AsCheckItem('if necessary tools are installed', limit_os: 'Linux', level: 999)]
public function checkCliTools(): ?CheckResult
{
$distro = SystemUtil::getOSRelease();